Add whatsapp-for-linux for default, ktorrent for personal machines

This commit is contained in:
Evie Litherland-Smith 2024-07-12 13:10:23 +01:00
parent 1fe8aa0e5b
commit 8b482dfbb2
2 changed files with 4 additions and 1 deletions

View file

@ -24,6 +24,7 @@
libreoffice-fresh libreoffice-fresh
inkscape inkscape
webcord webcord
whatsapp-for-linux
teams-for-linux teams-for-linux
]; ];
}; };

View file

@ -1 +1,3 @@
{...}: {} {pkgs, ...}: {
home.packages = with pkgs; [kdePackages.ktorrent];
}