diff --git a/system/home/desktop.nix b/system/home/desktop.nix index 156f65d3..62b4f03a 100644 --- a/system/home/desktop.nix +++ b/system/home/desktop.nix @@ -12,6 +12,7 @@ libreoffice-fresh webcord signal-desktop + whatsapp-for-linux teams-for-linux ]; services.syncthing.enable = true; @@ -59,6 +60,7 @@ }; configFile = { "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 { awayOnSystemIdle = true; closeAppOnCross = true;