fix xset-ting

This commit is contained in:
Gerg-L 2024-06-19 22:50:36 -04:00
parent 6844e07ced
commit 60886b9b64
Signed by: gerg-l
SSH key fingerprint: SHA256:FPYDHIkvMocr4wdmZXpgpJjsb2Tw6rASs2ISPbOb0KI

View file

@ -13,7 +13,6 @@ let
name = "cfg_monitors"; name = "cfg_monitors";
runtimeInputs = [ runtimeInputs = [
pkgs.xorg.xrandr pkgs.xorg.xrandr
pkgs.xorg.xset
pkgs.gawk pkgs.gawk
pkgs.gnugrep pkgs.gnugrep
]; ];
@ -40,7 +39,7 @@ in
if ! [ -e "/etc/Xorg/ONE_MONITOR" ] ; then if ! [ -e "/etc/Xorg/ONE_MONITOR" ] ; then
${lib.getExe cfg_monitors} ${lib.getExe cfg_monitors}
fi fi
xset -dpms ${lib.getExe pkgs.xorg.xset} -dpms
''; '';
}; };