Add whatsapp-for-linux back
This commit is contained in:
parent
8f1c19f87c
commit
88f30b16aa
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue