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

@ -3,4 +3,4 @@
enable = true; enable = true;
enableZshIntegration = true; enableZshIntegration = true;
}; };
} }

View file

@ -13,4 +13,4 @@
]; ];
}; };
}; };
} }

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, ... }: { { lib, ... }: {
imports = imports =
[ [
@ -15,7 +14,7 @@
./services/printing.nix ./services/printing.nix
./programs/docker.nix ./programs/docker.nix
./programs/tailscale.nix ./programs/tailscale.nix
]; ];
settings = { settings = {
programs.docker.enable = lib.mkDefault false; programs.docker.enable = lib.mkDefault false;
@ -39,4 +38,4 @@
gnome.enable = lib.mkDefault false; gnome.enable = lib.mkDefault false;
}; };
} }

View file

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