linting: lint using nixfmt

This commit is contained in:
Veneficium 2024-06-22 13:44:00 +02:00
parent 69d741b98b
commit ab9e977674
4 changed files with 5 additions and 6 deletions

View file

@ -1,4 +1,3 @@
#todo declare options to more easily activate the right modules then use those to import the correct modules in the hosts configs
{ lib, ... }: {
imports =
[
@ -15,7 +14,7 @@
./services/printing.nix
./programs/docker.nix
./programs/tailscale.nix
];
];
settings = {
programs.docker.enable = lib.mkDefault false;
@ -39,4 +38,4 @@
gnome.enable = lib.mkDefault false;
};
}
}

View file

@ -6,4 +6,4 @@
extraGroups = [ "networkmanager" "wheel" ];
shell = pkgs.zsh;
};
}
}