From 466adabc7229bda8119fa27820ceea659979b3f5 Mon Sep 17 00:00:00 2001 From: Jakub Stachurski Date: Thu, 23 Oct 2025 16:37:55 +0200 Subject: Firewall? --- modules/desktop/steam.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/desktop/steam.nix') diff --git a/modules/desktop/steam.nix b/modules/desktop/steam.nix index f19130c..f21a5a3 100644 --- a/modules/desktop/steam.nix +++ b/modules/desktop/steam.nix @@ -13,7 +13,7 @@ ]; programs.gamescope = { enable = true; - capSysNice = true; + capSysNice = false; # This needs to be false as to make nested steam stuff work in it. }; programs.steam = { enable = true; -- cgit v1.3.1