Switch to thunderird

This commit is contained in:
Filippo Berto 2022-08-18 00:25:57 +02:00
parent 0a07445ebc
commit 78dc9b099c
3 changed files with 5 additions and 3 deletions

View file

@ -4,10 +4,10 @@ with lib;
let let
xbacklightCmd = "${pkgs.xorg.xbacklight}/bin/xbacklight"; xbacklightCmd = "${pkgs.xorg.xbacklight}/bin/xbacklight";
lightLevel = 10;
package = pkgs.writeScriptBin "xidlehook" '' package = pkgs.writeScriptBin "xidlehook" ''
${pkgs.xidlehook}/bin/xidlehook --detect-sleep "$@" ${pkgs.xidlehook}/bin/xidlehook --detect-sleep "$@"
''; '';
lightLevel = 10;
saveLightLevel = "${xbacklightCmd} -get > /run/user/$UID/xbacklight_v"; saveLightLevel = "${xbacklightCmd} -get > /run/user/$UID/xbacklight_v";
lowerLight = "${xbacklightCmd} -set ${toString lightLevel}"; lowerLight = "${xbacklightCmd} -set ${toString lightLevel}";
resetLight = "${xbacklightCmd} -set $(</run/user/$UID/xbacklight_v) || ${xbacklightCmd} -set 100"; resetLight = "${xbacklightCmd} -set $(</run/user/$UID/xbacklight_v) || ${xbacklightCmd} -set 100";

View file

@ -21,7 +21,7 @@
easyeffects easyeffects
# element-desktop # matrix client # element-desktop # matrix client
# evince # evince
evolution # evolution
file file
firefox firefox
# freecad # freecad
@ -79,6 +79,7 @@
spotify spotify
teams teams
tex2nix tex2nix
unstable.thunderbird
transmission-gtk transmission-gtk
unrar unrar
# (unstable.blender.override { cudaSupport = true; }) # (unstable.blender.override { cudaSupport = true; })

View file

@ -22,7 +22,7 @@
easyeffects easyeffects
# electrum # electrum
# element-desktop # matrix client # element-desktop # matrix client
evolution # evolution
filelight filelight
# firefox # firefox
# freecad # freecad
@ -68,6 +68,7 @@
spotify spotify
tdesktop tdesktop
teams teams
unstable.thunderbird
transmission-gtk transmission-gtk
(unstable.blender.override { cudaSupport = true; }) (unstable.blender.override { cudaSupport = true; })
unstable.zotero unstable.zotero