Skip to content

Commit

Permalink
Update recipe.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Dunexus authored Aug 29, 2024
1 parent a0322c2 commit 931bd3d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions recipes/recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ name: dnx-desktop
description: This is my personal OS image.

# the base image to build on top of (FROM) and the version tag to use
base-image: ghcr.io/ublue-os/silverblue-main
image-version: 40 # latest is also supported if you want new updates ASAP
base-image: ghcr.io/ublue-os/aurora-dx-nvidia
image-version: latest

# module configuration, executed in order
# you can include multiple instances of the same module
Expand Down Expand Up @@ -35,8 +35,8 @@ modules:
# repo-name: flathub
# repo-title: "Flathub (system-wide)" # Optional; this sets the remote's user-facing name in graphical frontends like GNOME Software
install:
# - org.mozilla.firefox
# - org.gnome.Loupe
- com.usebottles.bottles
- io.github.zen_browser.zen
# - one.ablaze.floorp//lightning # This is an example of flatpak which has multiple branches in selection (flatpak//branch).
# Flatpak runtimes are not supported (like org.winehq.Wine//stable-23.08),
# only normal flatpak applications are (like Floorp Lightning web browser in this example).
Expand Down

0 comments on commit 931bd3d

Please sign in to comment.