Meta Quest 2 on Bazzite using atomic-xr

atomic-xr doesn't seem to be working for me, axr apply gives an error message. maybe somebody knows the answer here:

Error: nu:🐚:external_command

x External command failed
,-[/var/home/Gay/.config/nushell/scripts/atomic-xr/sysconfig.nu:123:21]
122 | let plugins = $envision_config.plugins
123 | | reject -i ...(get-appids "wlx-overlay-s" "motoc" "oscavmgr.project-babble" "oscavmgr.wivrn")
: ^^^^^|^^^^
: -- Command get-appids not found 124 | ----
help: get-appids is neither a Nushell built-in or a known external command

Error: nu:🐚:eval_block_with_input

Γ— Eval block failed with pipeline input
╭─[/var/home/Gay/.config/nushell/scripts/atomic-xr/mod.nu:199:11]
198 β”‚ | where $it starts-with "enable "
199 β”‚ | str replace "enable " ""
Β· ─────┬─────
Β· ╰── source value
200 β”‚ | where {|e| $"disable ($e)" in $sysconfig_commands}
╰────

Error: nu:🐚:non_zero_exit_code

Γ— External command had a non-zero exit code
╭─[/var/home/Gay/.config/nushell/scripts/atomic-xr/mod.nu:216:17]
215 β”‚ } else {
216 β”‚ nu -c $"use ($sysconfigs_path) ; sysconfig disable ($sysconfig)"
Β· ─┬
Β· ╰── exited with code 1
217 β”‚ }
╰────
Was this page helpful?