1
0
mirror of https://github.com/materusPL/nixos-config synced 2025-06-19 06:56:14 +02:00

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

@ -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
];
};
}]