parent
405b3f995d
commit
34926dafec
1 changed files with 4 additions and 3 deletions
|
@ -26,9 +26,10 @@
|
|||
type ? "default",
|
||||
deployment_type ? "hosts",
|
||||
}: inputs.home-manager.lib.homeManagerConfiguration {
|
||||
pkgs = inputs.nixpkgs.legacyPackages.${system};
|
||||
pkgs-unstable = inputs.nixpkgs-unstable.legacyPackages.${system};
|
||||
extraSpecialArgs = { inherit inputs outputs desktop hostname system username theme deployment_type; };
|
||||
pkgs = inputs.nixpkgs.legacyPackages.${system};
|
||||
extraSpecialArgs = {
|
||||
pkgs-unstable = inputs.nixpkgs-unstable.legacyPackages.${system};
|
||||
inherit inputs outputs desktop hostname system username theme deployment_type; };
|
||||
modules = [ ../home-manager/${type}.nix ];
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue