diff --git a/flake.nix b/flake.nix index 4041ebc..7b414b3 100644 --- a/flake.nix +++ b/flake.nix @@ -62,22 +62,6 @@ nixosConfigurations = { # =========== Desktops =========== crow = mkPhysicalNixOSConfig ./hosts/physical/crow; - - # nixosConfigurations.crow = nixpkgs.lib.nixosSystem { - # system = "x86_64-linux"; - # modules = [ - # ./configuration.nix - - # home-manager.nixosModules.home-manager { - # home-manager = { - # useGlobalPkgs = true; - # useUserPackages = true; - # users.nest = import ./home.nix; - # backupFileExtension = "backup"; - # }; - # } - # ]; - # }; }; }; } diff --git a/nixos/modules/home-manager.nix b/nixos/modules/home-manager.nix index 118b91e..ef082b4 100644 --- a/nixos/modules/home-manager.nix +++ b/nixos/modules/home-manager.nix @@ -7,6 +7,7 @@ { home-manager = { backupFileExtension = "backup"; + extraSpecialArgs = { inherit inputs vars; };