gaming: Fix gamescope issues

This commit is contained in:
traxys 2026-03-22 17:16:11 +01:00
parent 8755c93d8e
commit b6855d68e0

View file

@ -8,6 +8,7 @@
enable = true;
remotePlay.openFirewall = true;
dedicatedServer.openFirewall = true;
gamescopeSession.enable = true;
extraCompatPackages = with pkgs; [ proton-ge-bin ];
};
hardware.steam-hardware.enable = true;
@ -16,6 +17,6 @@
programs.gamescope = {
enable = true;
capSysNice = true;
capSysNice = false;
};
}