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