Use acpibacklight instead of xbacklight.

This commit is contained in:
Kevin Baensch 2023-06-16 23:56:08 +02:00
parent 89068c4863
commit b954c3261f
Signed by: derped
GPG key ID: C0F1D326C7626543

View file

@ -4,6 +4,7 @@ let
cfg = config.machine; cfg = config.machine;
in { in {
config.machine.pkgsets.xpkgs.pkgs = with pkgs; [ config.machine.pkgsets.xpkgs.pkgs = with pkgs; [
acpilight
feh feh
scrot scrot
theme_sddm_midnight theme_sddm_midnight
@ -16,7 +17,6 @@ in {
pavucontrol pavucontrol
xclip xclip
xorg.xkill xorg.xkill
(if (cfg.hostName == "Marid") then xbacklight else xorg.xbacklight)
xdiskusage xdiskusage
]; ];
} }