This commit is contained in:
albert 2024-02-19 14:40:42 +09:00
parent c86fefe7f5
commit 2efe50b6e6
No known key found for this signature in database
GPG key ID: 64F6C4EB46C4543A

View file

@ -27,9 +27,7 @@
}: inputs.home-manager.lib.homeManagerConfiguration { }: inputs.home-manager.lib.homeManagerConfiguration {
pkgs = inputs.nixpkgs.legacyPackages.${system}; pkgs = inputs.nixpkgs.legacyPackages.${system};
extraSpecialArgs = { inherit inputs outputs desktop hostname system username hmStateVersion theme; }; extraSpecialArgs = { inherit inputs outputs desktop hostname system username hmStateVersion theme; };
modules = [ modules = [ ../home-manager/${type}.nix ];
../home-manager/${type}.nix
];
}; };
# Helper function for generating host configs # Helper function for generating host configs