Skip to content

Commit

Permalink
add env fix
Browse files Browse the repository at this point in the history
  • Loading branch information
elgabo86 committed Jan 14, 2024
1 parent 0aeda05 commit d1ab25d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/files/usr/share/ublue-os/just/60-custom.just
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ flatpak-custom-overrides:
flatpak override com.usebottles.bottles --user --filesystem=xdg-data/applications
flatpak override com.usebottles.bottles --user --filesystem=/run/media
flatpak override com.usebottles.bottles --user --filesystem=xdg-download
flatpak override com.usebottles.bottles --user --env=DXVK_ASYNC=1
flatpak override com.usebottles.bottles --user --env=DXVK_GPLASYNCCACHE=1

# Add amd kargs to have advanced settings in CoreCtrl
amd-corectrl-set-kargs:
Expand All @@ -54,6 +56,7 @@ gablue-setup:
flatpak override com.usebottles.bottles --user --filesystem=/run/media
flatpak override com.usebottles.bottles --user --filesystem=xdg-download
flatpak override com.usebottles.bottles --user --env=DXVK_ASYNC=1
flatpak override com.usebottles.bottles --user --env=DXVK_GPLASYNCCACHE=1
rpm-ostree kargs --append-if-missing=mitigations=off

# Install miniconda, useful to make build python environment
Expand Down

0 comments on commit d1ab25d

Please sign in to comment.