(homes/jo) Add Nixcord configuration

This commit is contained in:
Jo 2025-05-22 22:14:34 +02:00
parent 3e6f386f7f
commit afda908416
5 changed files with 152 additions and 5 deletions

View file

@ -69,7 +69,7 @@ in {
mkIf (userConfig.enable && homeConfigExists username) (
{osConfig, ...}: {
# Import user home configuration and general home modules
imports = [(getHomeConfigPath username) inputs.sops-nix.homeManagerModules.sops inputs.catppuccin.homeModules.default] ++ homeModules;
imports = [(getHomeConfigPath username) inputs.sops-nix.homeManagerModules.sops inputs.catppuccin.homeModules.default inputs.nixcord.homeModules.nixcord] ++ homeModules;
home.stateVersion = lib.mkDefault osConfig.system.stateVersion;
}