Sway : Allow Realtime for users.
This commit is contained in:
parent
24f7007197
commit
461d67e320
|
@ -52,6 +52,11 @@
|
||||||
SWAY_CONFIG = ./sway/module;
|
SWAY_CONFIG = ./sway/module;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Extra performance.
|
||||||
|
security.pam.loginLimits = [
|
||||||
|
{ domain = "@users"; item = "rtprio"; type = "-"; value = 1; }
|
||||||
|
];
|
||||||
|
|
||||||
# Dconf.
|
# Dconf.
|
||||||
# programs.dconf.enable = true;
|
# programs.dconf.enable = true;
|
||||||
# programs.dconf.profiles.user = {
|
# programs.dconf.profiles.user = {
|
||||||
|
|
Loading…
Reference in a new issue