Lots of formatting?
This commit is contained in:
+2
-1
@@ -38,7 +38,8 @@ let
|
||||
./baseline.nix
|
||||
top.self.modules.nixosModule
|
||||
./${name}
|
||||
] ++ extraMods;
|
||||
]
|
||||
++ extraMods;
|
||||
};
|
||||
in
|
||||
{
|
||||
|
||||
@@ -16,10 +16,8 @@
|
||||
efi.canTouchEfiVariables = true;
|
||||
};
|
||||
|
||||
environment.systemPackages =
|
||||
with pkgs;
|
||||
[
|
||||
];
|
||||
environment.systemPackages = with pkgs; [
|
||||
];
|
||||
|
||||
greg = {
|
||||
home = true;
|
||||
|
||||
Reference in New Issue
Block a user