Format nix files using new formatter

This commit is contained in:
2024-11-19 14:18:32 +01:00
parent 4661b91508
commit 7820c4a07d
10 changed files with 180 additions and 88 deletions

View File

@@ -1,10 +1,18 @@
{ config, lib, pkgs, ... }:
{
config,
lib,
pkgs,
...
}:
{
# Enable CUPS
services.printing = {
enable = true;
drivers = with pkgs; [ brgenml1cupswrapper hplip ];
drivers = with pkgs; [
brgenml1cupswrapper
hplip
];
};
# Enable SANE