diff --git a/modules/home/desktop/applications/communication.nix b/modules/home/desktop/applications/communication.nix index 280c4f3..371bf0a 100644 --- a/modules/home/desktop/applications/communication.nix +++ b/modules/home/desktop/applications/communication.nix @@ -14,8 +14,6 @@ in config = mkIf cfg.enable { - home-manager.users.${user}.home.packages = attrValues { - inherit (pkgs) vesktop teamspeak_client; - }; + home-manager.users.${user}.home.packages = with pkgs; [vesktop teamspeak_client signal-desktop]; }; } diff --git a/modules/system/services/security.nix b/modules/system/services/security.nix index 5c83295..fd74282 100644 --- a/modules/system/services/security.nix +++ b/modules/system/services/security.nix @@ -3,7 +3,7 @@ let inherit (lib.options) mkEnableOption; inherit (lib.modules) mkIf; - cfg = config.modules.services.auth; + cfg = config.modules.services.security; in { options.modules.services.security = {