This commit is contained in:
albert 2024-05-05 18:33:38 +09:00
parent ff49383cfb
commit 64f52d2a1e
No known key found for this signature in database
GPG key ID: 64F6C4EB46C4543A
2 changed files with 2 additions and 1 deletions

View file

@ -18,6 +18,8 @@
++ lib.optional (builtins.isString desktop) ./hosts/${hostname}/desktops/${desktop} # Machine-specific desktop configs
;
pkgs-unstable = inputs.nixpkgs.legacyPackages.${system};
news.display = "silent";
home = {
inherit username;

View file

@ -26,7 +26,6 @@
type ? "default"
}: inputs.home-manager.lib.homeManagerConfiguration {
pkgs = inputs.nixpkgs.legacyPackages.${system};
pkgs-unstable = inputs.nixpkgs.legacyPackages.${system};
extraSpecialArgs = { inherit inputs outputs desktop hostname system username hmStateVersion theme; };
modules = [ ../home-manager/${type}.nix ];
};