···124124 }
125125}
126126127127+# Open SteamVR's lighthouse_console
128128+#
129129+# Useful for pairing, dumping device configs, etc.
130130+export def "util steamvr-lh-console" [
131131+ ...args # Arguments to pass to lighthouse_console
132132+] {
133133+ # TODO: Support using native steam installation
134134+ log warning "This is intended for Flatpak Steam, if you're using native Steam, please use Envision instead."
135135+ log warning "If you'd like to see this functionality in AtomicXR, please open an issue on Codeberg."
136136+137137+ flatpak run --command=$"($env.HOME)/.steam/root/steamapps/common/SteamVR/tools/lighthouse/bin/linux64/lighthouse_console" com.valvesoftware.Steam ...$args
138138+}
139139+127140# Apply current configuration (and update applications)
128141export def apply [
129142 --sysconfigs-only (-s)