steam proton additions + tbb vr fixes

This commit is contained in:
k3t
2026-07-11 04:29:45 -06:00
parent 3a73e7fa4e
commit 01914cbc1f
2 changed files with 26 additions and 1 deletions
+12
View File
@@ -32,6 +32,18 @@ in
# Run WiVRn as a systemd service on startup
autoStart = true;
steam = {
enable = true;
importOXRRuntimes = true;
package = pkgs.steam.override {
extraProfile = ''
# Allows Monado/WiVRn to be used
export PRESSURE_VESSEL_IMPORT_OPENXR_1_RUNTIMES=1
# Fixes timezones on VRChat
unset TZ
'';
};
};
};
programs.alvr = {