minor cleanup; use gamescope default args instead of wrapper

This commit is contained in:
2025-10-13 23:54:00 +01:00
parent 66e7e4fdc0
commit 89a15a63e8
5 changed files with 28 additions and 35 deletions

View File

@@ -8,14 +8,13 @@
programs.gamescope = {
enable = true;
# capSysNice = true;
# args = [
# "-H 1080"
# ];
args = [
"-H 1080"
];
};
programs.steam = {
enable = true;
remotePlay.openFirewall = true; # Open ports in the firewall for Steam Remote Play
dedicatedServer.openFirewall = true; # Open ports in the firewall for Source Dedicated Server
gamescopeSession.enable = true;
protontricks.enable = true;
extraCompatPackages = [ pkgs.proton-ge-bin ];