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
|
config = mkIf cfg.enable
|
||||||
{
|
{
|
||||||
home-manager.users.${user}.home.packages = attrValues {
|
home-manager.users.${user}.home.packages = with pkgs; [vesktop teamspeak_client signal-desktop];
|
||||||
inherit (pkgs) vesktop teamspeak_client;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,7 +3,7 @@ let
|
||||||
inherit (lib.options) mkEnableOption;
|
inherit (lib.options) mkEnableOption;
|
||||||
inherit (lib.modules) mkIf;
|
inherit (lib.modules) mkIf;
|
||||||
|
|
||||||
cfg = config.modules.services.auth;
|
cfg = config.modules.services.security;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
options.modules.services.security = {
|
options.modules.services.security = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue