homes: add plasma-manager as shared home module, remove from hosts

This commit is contained in:
Mateusz Słodkowicz 2024-10-23 11:07:05 +02:00
parent 0a163b6dc0
commit 4737695b57
Signed by: materus
GPG Key ID: 28D140BCA60B4FD1
2 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,6 @@ let
home-manager.useGlobalPkgs = true;
home-manager.useUserPackages = true;
home-manager.sharedModules = [ materusCfg.configInputs.plasma-manager.homeManagerModules.plasma-manager ];
home-manager.users = (builtins.foldl' (a: b: a // b) { } (builtins.map
(user: {
${user} = ({ ... }:

View File

@ -49,6 +49,7 @@ let
./${username}
profiles.homeProfile
materusCfg.configInputs.sops-nix.homeManagerModules.sops
materusCfg.configInputs.plasma-manager.homeManagerModules.plasma-manager
];
};
};