various stuff

This commit is contained in:
Chris Kruining 2025-03-09 23:30:26 +01:00
parent 407160b012
commit 6b44ec946b
15 changed files with 288 additions and 134 deletions

View file

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