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;
|
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
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue