From b6855d68e0bf7db417d9ab73064ad1b2055bf648 Mon Sep 17 00:00:00 2001 From: traxys Date: Sun, 22 Mar 2026 17:16:11 +0100 Subject: [PATCH] gaming: Fix gamescope issues --- gaming/nixos.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; }; }