Lots of formatting?

This commit is contained in:
Greg Hellings
2025-11-02 22:59:43 -06:00
parent 9c66f1ae1d
commit 1e7bf67597
9 changed files with 311 additions and 311 deletions
+2 -1
View File
@@ -38,7 +38,8 @@ let
./baseline.nix
top.self.modules.nixosModule
./${name}
] ++ extraMods;
]
++ extraMods;
};
in
{
+2 -4
View File
@@ -16,10 +16,8 @@
efi.canTouchEfiVariables = true;
};
environment.systemPackages =
with pkgs;
[
];
environment.systemPackages = with pkgs; [
];
greg = {
home = true;