1
0
Fork 0

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
1 changed files with 1 additions and 1 deletions

View File

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