fix(nix): keyboard repeat delay too short

This commit is contained in:
Léana 江 2023-12-25 14:04:42 +01:00 committed by Léana 江
parent 07fd335167
commit 90869ee645
2 changed files with 4 additions and 2 deletions

View file

@ -18,7 +18,7 @@
services.xserver = {
enable = true;
autoRepeatDelay = 200;
autoRepeatDelay = 300;
autoRepeatInterval = 40;
windowManager.xmonad = {
enable = true;