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
+15
View File
@@ -0,0 +1,15 @@
#!/bin/bash
# blob:summary=Install Steam and graphics drivers selected for this system
# blob:requires-sudo=true
set -e
echo "Installing Steam..."
blob-pkg-add steam
blob-install-gaming-gpu-lib32
echo ""
echo "Steam will start automatically now. This might take a while..."
setsid uwsm-app -- gtk-launch steam >/dev/null 2>&1 &