diff --git a/module/Sway.nix b/module/Sway.nix index 3291cc5..e576528 100644 --- a/module/Sway.nix +++ b/module/Sway.nix @@ -52,6 +52,11 @@ SWAY_CONFIG = ./sway/module; }; + # Extra performance. + security.pam.loginLimits = [ + { domain = "@users"; item = "rtprio"; type = "-"; value = 1; } + ]; + # Dconf. # programs.dconf.enable = true; # programs.dconf.profiles.user = {