diff --git a/nixos/common/steam.nix b/nixos/common/steam.nix index 71cae6b..f3dd670 100644 --- a/nixos/common/steam.nix +++ b/nixos/common/steam.nix @@ -1,9 +1,12 @@ { pkgs, lib, ... }: { programs.gamemode.enable = true; + programs.gamescope = { + enable = true; + capSysNice = true; + }; environment.systemPackages = with pkgs; [ - gamescope mangohud ];