From 9ee77c8e3f45ac1a15780b9dc97ac1bd03a69aae Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Mon, 30 Mar 2026 01:13:50 -0400 Subject: [PATCH] wivrn: remove defaultRuntime --- system/vr.nix | 4 ---- 1 file changed, 4 deletions(-) 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;