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.

Update depricated flag for `reject` builtin

+2 -2
+1 -1
README.md
··· 13 13 14 14 ## Installing 15 15 16 - > NOTE: Developed with Nushell version `0.105.1`. Lower versions are not guaranteed to work. 16 + > NOTE: Developed with Nushell version `0.106.0`. Lower versions are not guaranteed to work. 17 17 18 18 Using the install script: 19 19 - bash: `bash <(curl -s https://codeberg.org/shiloh/atomic-xr/raw/branch/main/install.sh)`
+1 -1
src/atomic-xr/sysconfig.nu
··· 120 120 return 121 121 } 122 122 let plugins = $envision_config.plugins 123 - | reject -i ...(get-appids "wlx-overlay-s" "motoc" "oscavmgr.project-babble" "oscavmgr.wivrn") 123 + | reject -o ...(get-appids "wlx-overlay-s" "motoc" "oscavmgr.project-babble" "oscavmgr.wivrn") 124 124 125 125 $envision_config 126 126 | merge {plugins: $plugins}