fix typo, and install signal client

This commit is contained in:
Chris Kruining 2025-04-05 21:14:47 +02:00
parent fc03a2468c
commit 18fe036ca4
Signed by: chris
SSH key fingerprint: SHA256:nG82MUfuVdRVyCKKWqhY+pCrbz9nbX6uzUns4RKa1Pg
2 changed files with 2 additions and 4 deletions

View file

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

View file

@ -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 = {