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.

Stardust XR: Implement config option

This will allow people to set up their config to install Stardust when
it is implemented.

Ref #5

Shiloh Fen 54e3d34a 77725a15

+10
+9
src/atomic-xr/applications.nu
··· 2 2 # Copyright (c) 2025 Shiloh Fen <shiloh@shilohfen.com> 3 3 4 4 use common.nu * 5 + use std log 5 6 6 7 const repos = $data_path | path join repos 7 8 ··· 215 216 def "uninstall vrcadvert" [] { 216 217 rm -f ~.local/bin/VrcAdvert 217 218 } 219 + 220 + export def "install stardust-xr" [] { 221 + log warning "Stardust XR: Install not implemented. Please see https://stardustxr.org/docs/get-started/manual for manual installation instructions!" 222 + } 223 + 224 + export def "uninstall stardust-xr" [] { 225 + log debug "Stardust XR: Not implemented" 226 + }
+1
src/atomic-xr/mod.nu
··· 22 22 wayvr-dashboard: "WayVR Dashboard" 23 23 motoc: "Monado Tracking Origin Calibrator" 24 24 oscavmgr: "OSC Avatar Manager" 25 + stardust-xr: "Stardust XR (WIP)" 25 26 } 26 27 | transpose id name 27 28 | input list -md name "Which applications would you like to install?"