add gamescope configuration

This commit is contained in:
Seaswimmer 2024-12-23 12:30:01 -05:00
parent e976b2a6ce
commit 952bf73ad7
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087

View file

@ -6,6 +6,15 @@
remotePlay.openFirewall = true; # Open ports in the firewall for Steam Remote Play remotePlay.openFirewall = true; # Open ports in the firewall for Steam Remote Play
dedicatedServer.openFirewall = true; # Open ports in the firewall for Source Dedicated Server 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 = { programs.gamemode = {
enable = true; enable = true;
enableRenice = true; enableRenice = true;