From 2caf63f1d9f077267c9466495cc5a0bdbdb2ce4f Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Mon, 17 Mar 2025 16:45:19 -0400 Subject: [PATCH] vr: add note about fo4 vr --- etcnixos/vr.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/etcnixos/vr.nix b/etcnixos/vr.nix index e1b28e1..55327b0 100644 --- a/etcnixos/vr.nix +++ b/etcnixos/vr.nix @@ -6,6 +6,10 @@ }: { + # for FO4 VR: + # doesn't work. it's like the wivrn stuff doesn't transfer past MO2 + # `echo "PRESSURE_VESSEL_FILESYSTEMS_RW=$XDG_RUNTIME_DIR/wivrn/comp_ipc %command%" | sed -r "s/proton waitforexitandrun .*/proton waitforexitandrun \/media\/games\/fallout4vr_essentials_overhaul\/ModOrganizer.exe \"moshortcut:\/\/:Play Fallout Essentials\" /" | sh` + services.wivrn = { enable = true; openFirewall = true;