diff options
Diffstat (limited to 'system')
-rw-r--r-- | system/prefect.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/system/prefect.nix b/system/prefect.nix index 06a7f6b4..28a96d79 100644 --- a/system/prefect.nix +++ b/system/prefect.nix @@ -39,6 +39,9 @@ services.xserver.screenSection = '' Option "MetaModes" "2560x1440_120 +0+0 { }" ''; + services.xserver.monitorSection = '' + Option "DPMS" + ''; boot.loader.grub.useOSProber = false; boot.loader.grub.extraEntries = '' menuentry "Windows" { |