diff --git a/nixos/gaming.nix b/nixos/gaming.nix index df91194..95ce355 100644 --- a/nixos/gaming.nix +++ b/nixos/gaming.nix @@ -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;