From 711b0a7860dd7489d8b1018ae12474653fb5662b Mon Sep 17 00:00:00 2001 From: materus Date: Wed, 3 Jul 2024 14:43:54 +0200 Subject: [PATCH] configurations: disable default gamescope setcap for steam --- configurations/profile/os/games/steam.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configurations/profile/os/games/steam.nix b/configurations/profile/os/games/steam.nix index 90fe3c2..6dea036 100644 --- a/configurations/profile/os/games/steam.nix +++ b/configurations/profile/os/games/steam.nix @@ -93,7 +93,7 @@ in config = lib.mkIf cfg.enable { programs.gamescope.enable = lib.mkDefault true; - programs.gamescope.capSysNice = lib.mkDefault true; + programs.gamescope.capSysNice = lib.mkDefault false; hardware.steam-hardware.enable = lib.mkDefault true; materus.profile.steam.extraEnv = { XDG_DATA_DIRS = "/usr/share:\${XDG_DATA_DIRS}";