From c0356cab6296be7e58eadae38c29297e6815f25a Mon Sep 17 00:00:00 2001 From: Noah Masur <7386960+nmasur@users.noreply.github.com> Date: Sat, 4 May 2024 23:05:40 -0400 Subject: [PATCH] add gamescope and mangohud --- modules/nixos/gaming/steam.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/modules/nixos/gaming/steam.nix b/modules/nixos/gaming/steam.nix index 3c917d4..99e4be3 100644 --- a/modules/nixos/gaming/steam.nix +++ b/modules/nixos/gaming/steam.nix @@ -21,6 +21,7 @@ enable = true; remotePlay.openFirewall = true; extraCompatPackages = [ pkgs.proton-ge-bin ]; + gamescopeSession.enable = true; }; environment.systemPackages = with pkgs; [ @@ -29,8 +30,8 @@ steamPackages.steamcmd steam-tui - # Allow downloading of GE-Proton and other versions - protonup-qt + # Overlay with performance monitoring + mangohud ]; # Seems like NetworkManager can help speed up Steam launch