From 4ef1c5825a98ecb12d73db0e6ecabcd6d68a3372 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Fri, 31 Jan 2025 07:31:50 +0000 Subject: [PATCH] Remove Whatsapp-For-Linux, cleanup some programs I don't need all the time --- system/desktop.nix | 36 +++++------------------------------- 1 file changed, 5 insertions(+), 31 deletions(-) diff --git a/system/desktop.nix b/system/desktop.nix index b4ac7f68..a8f68ae9 100644 --- a/system/desktop.nix +++ b/system/desktop.nix @@ -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"; }; }; };