VR: Difference between revisions

m Link to "delete steam dir" possible solution
Add a section on how to set SteamVR as default OpenXR runtime
 
Line 265: Line 265:
<!--T:47-->
<!--T:47-->
Steam will periodically replace this modification with its own binary when steam-runtime updates, so you may need to re-apply this change if it breaks.
Steam will periodically replace this modification with its own binary when steam-runtime updates, so you may need to re-apply this change if it breaks.
=== Setting SteamVR as default OpenXR runtime ===
To set SteamVR as the default OpenXR runtime, you have to add the following snippet to your Home Manager config:
{{file|/etc/nixos/configuration.nix|nix|3=xdg.configFile."openxr/1/active_runtime.json".text = ''
  {
    "file_format_version": "1.0.0",
      "runtime": {
      "VALVE_runtime_is_steamvr": true,
      "library_path": "${config.home.homeDirectory}/.local/share/Steam/steamapps/common/SteamVR/bin/linux64/vrclient.so",
      "name": "SteamVR"
      }
  }
  '';
}}


== wlx-overlay-s == <!--T:31-->
== wlx-overlay-s == <!--T:31-->