From 4f25e2956072df5fea78be8ba1533188e591cc4f Mon Sep 17 00:00:00 2001 From: Giulio De Pasquale Date: Mon, 7 Apr 2025 18:36:54 +0100 Subject: [PATCH] fix(sunshine): removed gamescope from steam --- hosts/architect/sunshine.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/architect/sunshine.nix b/hosts/architect/sunshine.nix index 2b4a90e..bc9d70d 100644 --- a/hosts/architect/sunshine.nix +++ b/hosts/architect/sunshine.nix @@ -122,7 +122,7 @@ in } { name = "Steam"; - cmd = ''${pkgs.bash}/bin/bash -c "${pkgs.gamescope}/bin/gamescope --adaptive-sync --force-composition --immediate-flips --rt -C 3000 -f -e -W ''${SUNSHINE_CLIENT_WIDTH} -H ''${SUNSHINE_CLIENT_HEIGHT} -r ''${SUNSHINE_CLIENT_FPS} -- ${pkgs.steam}/bin/steam -pipewire"''; + cmd = ''${pkgs.bash}/bin/bash -c "${pkgs.steam}/bin/steam -pipewire"''; prep-cmd = [ { do = ''${pkgs.bash}/bin/bash -c "${resolutionScript}/bin/resolution.sh ''${SUNSHINE_CLIENT_WIDTH} ''${SUNSHINE_CLIENT_HEIGHT}" ''${SUNSHINE_CLIENT_FPS}"'';