`xset r rate 250` in nix config

Hello! Everytime when I’m booting up, I have to execute xset r rate 250 to have my suitable key-repeating-setting.

May I ask if there’s an option for this which I can use in services.xserver?

1 Like

I found a way to accomplish this by making use of xsession.initExtra.
I just set it:

  initExtra = "xset r rate 250";