All checks were successful
Check Flake / check-flake (push) Successful in 1m11s
14 lines
608 B
Diff
14 lines
608 B
Diff
diff --git a/nixos/modules/programs/steam.nix b/nixos/modules/programs/steam.nix
|
|
index 29c449c16946..f6c728eb7f0c 100644
|
|
--- a/nixos/modules/programs/steam.nix
|
|
+++ b/nixos/modules/programs/steam.nix
|
|
@@ -11,7 +11,7 @@ let
|
|
in
|
|
pkgs.writeShellScriptBin "steam-gamescope" ''
|
|
${builtins.concatStringsSep "\n" exports}
|
|
- gamescope --steam ${builtins.toString cfg.gamescopeSession.args} -- steam -tenfoot -pipewire-dmabuf
|
|
+ gamescope --steam ${builtins.toString cfg.gamescopeSession.args} -- steam -gamepadui -steamdeck -pipewire-dmabuf &> /tmp/steamlog
|
|
'';
|
|
|
|
gamescopeSessionFile =
|