Skip to content

Commit

Permalink
feat(gnome): Use new bazzite-arch-gnome image, far faster initial set…
Browse files Browse the repository at this point in the history
…up than making these same changes on init.
  • Loading branch information
KyleGospo committed Aug 19, 2023
1 parent 1a36315 commit 9746f60
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@ root=false
replace=false
start_now=true
volume=/usr/lib/extest/libextest.so:/usr/lib/extest/libextest.so
init_hooks=pacman -S rocm-opencl-runtime rocm-hip-runtime --noconfirm
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
[bazzite-arch]
image=ghcr.io/ublue-os/bazzite-arch
image=ghcr.io/ublue-os/bazzite-arch-gnome
init=false
nvidia=false
pull=true
root=false
replace=false
start_now=true
volume=/usr/lib/extest/libextest.so:/usr/lib/extest/libextest.so
init_hooks=pacman -Rnsdd xdg-desktop-portal-kde --noconfirm && pacman -S xdg-desktop-portal-gnome rocm-opencl-runtime rocm-hip-runtime --noconfirm
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
[bazzite-arch]
image=ghcr.io/ublue-os/bazzite-arch
image=ghcr.io/ublue-os/bazzite-arch-gnome
init=false
nvidia=true
pull=true
root=false
replace=false
start_now=true
volume=/usr/lib/extest/libextest.so:/usr/lib/extest/libextest.so
init_hooks=pacman -Rnsdd xdg-desktop-portal-kde --noconfirm && pacman -S xdg-desktop-portal-gnome --noconfirm
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@ root=false
replace=false
start_now=true
volume=/usr/lib/extest/libextest.so:/usr/lib/extest/libextest.so
init_hooks=pacman -S rocm-opencl-runtime rocm-hip-runtime --noconfirm
exported_apps="steam lutris protontricks"
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
[bazzite-arch]
image=ghcr.io/ublue-os/bazzite-arch
image=ghcr.io/ublue-os/bazzite-arch-gnome
init=false
nvidia=false
pull=true
root=false
replace=false
start_now=true
volume=/usr/lib/extest/libextest.so:/usr/lib/extest/libextest.so
init_hooks=pacman -Rnsdd xdg-desktop-portal-kde --noconfirm && pacman -S xdg-desktop-portal-gnome rocm-opencl-runtime rocm-hip-runtime --noconfirm
exported_apps="steam lutris protontricks"
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
[bazzite-arch]
image=ghcr.io/ublue-os/bazzite-arch
image=ghcr.io/ublue-os/bazzite-arch-gnome
init=false
nvidia=true
pull=true
root=false
replace=false
start_now=true
volume=/usr/lib/extest/libextest.so:/usr/lib/extest/libextest.so
init_hooks=pacman -Rnsdd xdg-desktop-portal-kde --noconfirm && pacman -S xdg-desktop-portal-gnome --noconfirm && runuser -u $USER -- paru -S adw-gtk3 --noconfirm
exported_apps="steam lutris protontricks"

0 comments on commit 9746f60

Please sign in to comment.