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.

debug: only include directly relevant flatpaks

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

+1 -4
+1 -4
src/atomic-xr/_debug.nu
··· 36 36 } 37 37 38 38 { 39 - debug_version: 5 39 + debug_version: 6 40 40 sys: $sys 41 41 brew: { 42 42 installed: (which brew | is-not-empty) ··· 90 90 flatpak: { 91 91 installed: { 92 92 steam: ($flatpak_installed has "com.valvesoftware.Steam") 93 - unity: ($flatpak_installed has "com.unity.UnityHub") 94 93 gaiasky: ($flatpak_installed has "space.gaiasky.GaiaSky") 95 - cartridges: ($flatpak_installed has "page.kramo.Cartridges") 96 - bsmanager: ($flatpak_installed has "io.bsmanager.bsmanager") 97 94 } 98 95 } 99 96 }