homes: add plasma-manager as shared home module, remove from hosts
This commit is contained in:
parent
0a163b6dc0
commit
4737695b57
|
@ -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} = ({ ... }:
|
||||
|
|
|
@ -49,6 +49,7 @@ let
|
|||
./${username}
|
||||
profiles.homeProfile
|
||||
materusCfg.configInputs.sops-nix.homeManagerModules.sops
|
||||
materusCfg.configInputs.plasma-manager.homeManagerModules.plasma-manager
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue