various fixes

This commit is contained in:
Chris Kruining 2025-03-02 19:59:52 +01:00
parent 1b256f94ae
commit 9807867573
3 changed files with 25 additions and 5 deletions

View file

@ -15,7 +15,7 @@ in
config = mkIf cfg.enable
{
user.packages = attrValues {
inherit (pkgs) webcord teamspeak_client;
inherit (pkgs) vesktop teamspeak_client whatsapp-for-linux;
};
};
}