homes: add plasma-manager as shared home modules for nixos hosts
This commit is contained in:
parent
4737695b57
commit
1ab225b553
|
@ -20,6 +20,8 @@ let
|
||||||
(materusFlake.selfPath + "/configurations/host/${host}/home/${username}")
|
(materusFlake.selfPath + "/configurations/host/${host}/home/${username}")
|
||||||
profiles.homeProfile
|
profiles.homeProfile
|
||||||
materusFlake.nixosConfigurations.${host}.materusCfg.configInputs.sops-nix.homeManagerModules.sops
|
materusFlake.nixosConfigurations.${host}.materusCfg.configInputs.sops-nix.homeManagerModules.sops
|
||||||
|
materusFlake.nixosConfigurations.${host}.materusCfg.configInputs.plasma-manager.homeManagerModules.plasma-manager
|
||||||
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}]
|
}]
|
||||||
|
|
Loading…
Reference in New Issue