diff --git a/system/display.nix b/system/display.nix index 7a60a58..e9b1c26 100644 --- a/system/display.nix +++ b/system/display.nix @@ -15,6 +15,13 @@ lib.mkIf config.u.has.graphical { }; autoRepeatDelay = 200; autoRepeatInterval = 30; + inputClassSections = [ + '' + Identifier "system-keyboard" + MatchIsKeyboard "on" + Option "AutoRepeat" "200 30" + '' + ]; }; services.desktopManager.plasma6.enable = true; programs.partition-manager.enable = true;