Restore the browser, gaming, development, and Windows VM menus

This commit is contained in:
2026-09-20 00:30:28 -04:00
parent 3e65d176e3
commit ffa9b2ca0e
42 changed files with 3575 additions and 7 deletions
+14
View File
@@ -0,0 +1,14 @@
#!/bin/bash
# blob:summary=Remove the GeForce NOW Flatpak app and its data.
# blob:group=remove
# blob:name=gaming geforce-now
set -e
if blob-cmd-present flatpak && flatpak info com.nvidia.geforcenow &>/dev/null; then
flatpak uninstall -y --delete-data com.nvidia.geforcenow
fi
echo ""
echo "GeForce NOW removed."