diff options
author | Azat Bahawi <azat@bahawi.net> | 2024-05-01 03:36:55 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2024-05-01 03:36:55 +0300 |
commit | 9a20404924fda2587ce4f9769f75369799f34643 (patch) | |
tree | a953941a22d6c031e67b267e35a11db72bdd25e3 /modules/x11.nix | |
parent | 2024-04-29 (diff) |
2024-05-01
Diffstat (limited to '')
-rw-r--r-- | modules/x11.nix | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/x11.nix b/modules/x11.nix index 55ba0b5..4edab6b 100644 --- a/modules/x11.nix +++ b/modules/x11.nix @@ -64,8 +64,6 @@ in autoRepeatDelay = 200; autoRepeatInterval = 50; - libinput.enable = true; - monitorSection = '' Option "DPMS" "false" ''; |