steam proton additions + tbb vr fixes
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user