Update
This commit is contained in:
parent
ff49383cfb
commit
64f52d2a1e
2 changed files with 2 additions and 1 deletions
|
@ -18,6 +18,8 @@
|
||||||
++ lib.optional (builtins.isString desktop) ./hosts/${hostname}/desktops/${desktop} # Machine-specific desktop configs
|
++ lib.optional (builtins.isString desktop) ./hosts/${hostname}/desktops/${desktop} # Machine-specific desktop configs
|
||||||
;
|
;
|
||||||
|
|
||||||
|
pkgs-unstable = inputs.nixpkgs.legacyPackages.${system};
|
||||||
|
|
||||||
news.display = "silent";
|
news.display = "silent";
|
||||||
home = {
|
home = {
|
||||||
inherit username;
|
inherit username;
|
||||||
|
|
|
@ -26,7 +26,6 @@
|
||||||
type ? "default"
|
type ? "default"
|
||||||
}: inputs.home-manager.lib.homeManagerConfiguration {
|
}: inputs.home-manager.lib.homeManagerConfiguration {
|
||||||
pkgs = inputs.nixpkgs.legacyPackages.${system};
|
pkgs = inputs.nixpkgs.legacyPackages.${system};
|
||||||
pkgs-unstable = 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 = [ ../home-manager/${type}.nix ];
|
modules = [ ../home-manager/${type}.nix ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue