zenix: fix audio group and add gamescope capsysnice
This commit is contained in:
parent
5f36a77c4a
commit
34fa25d463
2 changed files with 6 additions and 2 deletions
|
|
@ -21,9 +21,13 @@
|
|||
dedicatedServer.openFirewall = true;
|
||||
gamescopeSession = {
|
||||
enable = true;
|
||||
args = ["-r" "144" "-O" "DP-1"];
|
||||
args = ["-r" "144" "-O" "DP-1" "--rt"];
|
||||
};
|
||||
};
|
||||
programs.gamescope = {
|
||||
enable = true;
|
||||
capSysNice = true;
|
||||
};
|
||||
programs.gamemode.enable = true;
|
||||
services.monado.enable = true;
|
||||
systemd.user.services.monado.environment = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue