homes: add plasma-manager as shared home modules for nixos hosts

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

View File

@ -20,6 +20,8 @@ let
(materusFlake.selfPath + "/configurations/host/${host}/home/${username}")
profiles.homeProfile
materusFlake.nixosConfigurations.${host}.materusCfg.configInputs.sops-nix.homeManagerModules.sops
materusFlake.nixosConfigurations.${host}.materusCfg.configInputs.plasma-manager.homeManagerModules.plasma-manager
];
};
}]