add gamescope configuration
This commit is contained in:
parent
e976b2a6ce
commit
952bf73ad7
1 changed files with 9 additions and 0 deletions
|
@ -6,6 +6,15 @@
|
|||
remotePlay.openFirewall = true; # Open ports in the firewall for Steam Remote Play
|
||||
dedicatedServer.openFirewall = true; # Open ports in the firewall for Source Dedicated Server
|
||||
};
|
||||
programs.gamescope = {
|
||||
enable = true;
|
||||
capSysNice = true;
|
||||
args = [
|
||||
"--mangoapp"
|
||||
"-w 1080"
|
||||
"-h 1920"
|
||||
];
|
||||
};
|
||||
programs.gamemode = {
|
||||
enable = true;
|
||||
enableRenice = true;
|
||||
|
|
Loading…
Reference in a new issue