mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
fix xset-ting
This commit is contained in:
parent
6844e07ced
commit
60886b9b64
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue