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;