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