diff --git a/gaming/nixos.nix b/gaming/nixos.nix index 033138b..1a61063 100644 --- a/gaming/nixos.nix +++ b/gaming/nixos.nix @@ -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; }; }