Use acpibacklight instead of xbacklight.
This commit is contained in:
parent
89068c4863
commit
b954c3261f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue