Add rtprio, change the waybar and simplify apps

This commit is contained in:
Jimbo 2024-12-06 17:49:20 -05:00
parent a589e07a6c
commit 590430f296
11 changed files with 46 additions and 19 deletions

View file

@ -4,5 +4,6 @@
./apparmor
./doas
./polkit
./rtprio
];
}

View file

@ -0,0 +1,11 @@
{ ... }:
{
security.pam.loginLimits = [
{
domain = "@users";
item = "rtprio";
type = "-";
value = 1;
}
];
}