Add whatsapp-for-linux back

This commit is contained in:
Evie Litherland-Smith 2024-09-22 10:12:34 +01:00
parent 8f1c19f87c
commit 88f30b16aa

View file

@ -12,6 +12,7 @@
libreoffice-fresh libreoffice-fresh
webcord webcord
signal-desktop signal-desktop
whatsapp-for-linux
teams-for-linux teams-for-linux
]; ];
services.syncthing.enable = true; services.syncthing.enable = true;
@ -59,6 +60,7 @@
}; };
configFile = { configFile = {
"autostart/signal-desktop.desktop".source = "${pkgs.signal-desktop}/share/applications/signal-desktop.desktop"; "autostart/signal-desktop.desktop".source = "${pkgs.signal-desktop}/share/applications/signal-desktop.desktop";
"autostart/com.github.eneshecan.WhatsAppForLinux.desktop".source = "${pkgs.whatsapp-for-linux}/share/applications/com.github.eneshecan.WhatsAppForLinux.desktop";
"teams-for-linux/config.json".text = builtins.toJSON { "teams-for-linux/config.json".text = builtins.toJSON {
awayOnSystemIdle = true; awayOnSystemIdle = true;
closeAppOnCross = true; closeAppOnCross = true;