From b38548e8908cdd7cd88dd78cffc3d262ea440993 Mon Sep 17 00:00:00 2001 From: nest Date: Wed, 10 Dec 2025 00:08:41 +0000 Subject: [PATCH] Formatting --- flake.nix | 16 ---------------- nixos/modules/home-manager.nix | 1 + 2 files changed, 1 insertion(+), 16 deletions(-) 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; };