XR for Universal Blue and Fedora Atomic Desktops
vr fedora-atomic linux
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: export oscavmgr functions to module

Signed-off-by: Shiloh Fen <shiloh@shilohfen.com>

+3 -2
+3 -2
src/atomic-xr/mod.nu
··· 1 1 # SPDX-License-Identifier: AGPL-3.0-only 2 2 # Copyright (c) 2025 Shiloh Fen <shiloh@shilohfen.com> 3 3 4 + export use _debug.nu 4 5 export use envision.nu 5 6 export use flatpak.nu 6 7 export use homebrew.nu 8 + export use oscavmgr.nu 9 + export use runtime.nu 7 10 export use steamvr-lh.nu 8 - export use runtime.nu 9 - export use _debug.nu