Remove Whatsapp-For-Linux, cleanup some programs I don't need all the time

This commit is contained in:
Evie Litherland-Smith 2025-01-31 07:31:50 +00:00
parent 05ee091ca0
commit 4ef1c5825a

View file

@ -26,6 +26,8 @@
libnotify
libarchive
xdg-utils
imagemagick
ffmpeg
hunspell
hunspellDicts.en_GB-large
wl-clipboard
@ -33,20 +35,15 @@
grim
slurp
swappy
cameractrls-gtk4
czkawka
libreoffice
zotero
evince
image-roll
imagemagick
clapper
g4music
ffmpeg
picard
zotero
evince
libreoffice
webcord
signal-desktop
whatsapp-for-linux
teams-for-linux
nomachine-client
];
@ -227,27 +224,6 @@
figure.autolayout: True
savefig.dpi: 300
'';
# WhatsApp config
"whatsapp-for-linux/settings.conf" =
let
inherit (config.lib.stylix.scheme) variant;
in
{
force = true;
text = ''
[web]
allow-permissions=true
hw-accel=2
[general]
notification-sounds=true
close-to-tray=true
start-in-tray=true
[appearance]
prefer-dark-theme=${if variant == "dark" then "true" else "false"}
'';
};
# Teams config
"teams-for-linux/config.json" = {
force = true;
@ -263,8 +239,6 @@
# Autostart some programs
"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";
};
};
};