diff --git a/common/optional/steam.nix b/common/optional/steam.nix index b59c08a..24d3f1e 100644 --- a/common/optional/steam.nix +++ b/common/optional/steam.nix @@ -13,5 +13,9 @@ extraCompatPackages = with pkgs; [proton-ge-bin]; extest.enable = true; }; + gamescope = { + enable = true; + capSysNice = true; + }; }; }