Separate system from home-manager again

This commit is contained in:
Greg Hellings
2025-06-10 14:28:46 -05:00
parent 389a55d8bc
commit eecd6e6d5d
37 changed files with 277 additions and 284 deletions
+4 -2
View File
@@ -14,8 +14,8 @@ let
top.darwin.lib.darwinSystem {
inherit system;
specialArgs = {
inherit nixpkgs overlays top;
inherit (top) self;
inherit nixpkgs;
};
modules = [
{
@@ -28,7 +28,9 @@ let
};
}
hm.darwinModules.home-manager
top.self.modules.darwinModule
# Local changes
../modules/nix-conf.nix
./baseline.nix
] ++ lib.optionals (builtins.pathExists ./hosts/${name}) [ ./hosts/${name} ];
};
in