diff --git a/system/vr.nix b/system/vr.nix index 7a15fa7..7bd713f 100644 --- a/system/vr.nix +++ b/system/vr.nix @@ -14,10 +14,6 @@ enable = true; openFirewall = true; - # Write information to /etc/xdg/openxr/1/active_runtime.json, VR applications - # will automatically read this and work with wivrn - defaultRuntime = true; - # Executing it through the systemd service executes WiVRn w/ CAP_SYS_NICE # Resulting in no stutters! autoStart = true;