From 82419348bd8b8f62040f55b1e1f1b0ccfd4d32bb Mon Sep 17 00:00:00 2001 From: ahuston-0 <aliceghuston@gmail.com> Date: Thu, 28 Nov 2024 13:16:45 -0500 Subject: [PATCH] add capSysNice to Steam Signed-off-by: ahuston-0 <aliceghuston@gmail.com> --- systems/artemision/steam.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/systems/artemision/steam.nix b/systems/artemision/steam.nix index e6a0cff..c172c7c 100644 --- a/systems/artemision/steam.nix +++ b/systems/artemision/steam.nix @@ -4,7 +4,10 @@ environment.systemPackages = [ pkgs.steam-run ]; hardware.steam-hardware.enable = true; programs = { - gamescope.enable = true; + gamescope = { + enable = true; + capSysNice = true; + }; steam = { enable = true; remotePlay.openFirewall = true;