Remove Whatsapp-For-Linux, cleanup some programs I don't need all the time
This commit is contained in:
parent
05ee091ca0
commit
4ef1c5825a
|
@ -26,6 +26,8 @@
|
||||||
libnotify
|
libnotify
|
||||||
libarchive
|
libarchive
|
||||||
xdg-utils
|
xdg-utils
|
||||||
|
imagemagick
|
||||||
|
ffmpeg
|
||||||
hunspell
|
hunspell
|
||||||
hunspellDicts.en_GB-large
|
hunspellDicts.en_GB-large
|
||||||
wl-clipboard
|
wl-clipboard
|
||||||
|
@ -33,20 +35,15 @@
|
||||||
grim
|
grim
|
||||||
slurp
|
slurp
|
||||||
swappy
|
swappy
|
||||||
cameractrls-gtk4
|
|
||||||
czkawka
|
|
||||||
libreoffice
|
|
||||||
zotero
|
|
||||||
evince
|
|
||||||
image-roll
|
image-roll
|
||||||
imagemagick
|
|
||||||
clapper
|
clapper
|
||||||
g4music
|
g4music
|
||||||
ffmpeg
|
|
||||||
picard
|
picard
|
||||||
|
zotero
|
||||||
|
evince
|
||||||
|
libreoffice
|
||||||
webcord
|
webcord
|
||||||
signal-desktop
|
signal-desktop
|
||||||
whatsapp-for-linux
|
|
||||||
teams-for-linux
|
teams-for-linux
|
||||||
nomachine-client
|
nomachine-client
|
||||||
];
|
];
|
||||||
|
@ -227,27 +224,6 @@
|
||||||
figure.autolayout: True
|
figure.autolayout: True
|
||||||
savefig.dpi: 300
|
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 config
|
||||||
"teams-for-linux/config.json" = {
|
"teams-for-linux/config.json" = {
|
||||||
force = true;
|
force = true;
|
||||||
|
@ -263,8 +239,6 @@
|
||||||
# Autostart some programs
|
# Autostart some programs
|
||||||
"autostart/signal-desktop.desktop".source =
|
"autostart/signal-desktop.desktop".source =
|
||||||
"${pkgs.signal-desktop}/share/applications/signal-desktop.desktop";
|
"${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";
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue