fix typo, and install signal client
This commit is contained in:
parent
fc03a2468c
commit
18fe036ca4
2 changed files with 2 additions and 4 deletions
|
@ -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];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue