Loading nixos/modules/programs/steam.nix +12 −1 Original line number Diff line number Diff line Loading @@ -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 ${builtins.toString cfg.gamescopeSession.steamArgs} ''; gamescopeSessionFile = Loading Loading @@ -160,6 +160,17 @@ in { Environmental variables to be passed to GameScope for the session. ''; }; steamArgs = lib.mkOption { type = lib.types.listOf lib.types.str; default = [ "-tenfoot" "-pipewire-dmabuf" ]; description = '' Arguments to be passed to Steam for the session. ''; }; }; }; }; Loading Loading
nixos/modules/programs/steam.nix +12 −1 Original line number Diff line number Diff line Loading @@ -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 ${builtins.toString cfg.gamescopeSession.steamArgs} ''; gamescopeSessionFile = Loading Loading @@ -160,6 +160,17 @@ in { Environmental variables to be passed to GameScope for the session. ''; }; steamArgs = lib.mkOption { type = lib.types.listOf lib.types.str; default = [ "-tenfoot" "-pipewire-dmabuf" ]; description = '' Arguments to be passed to Steam for the session. ''; }; }; }; }; Loading