diff --git a/recipes/recipe.yml b/recipes/recipe.yml index 903fda2..392404a 100644 --- a/recipes/recipe.yml +++ b/recipes/recipe.yml @@ -1,14 +1,8 @@ -# image will be published to ghcr.io// name: moe.os -# description will be included in the image's metadata -description: This is my personal OS image. +description: Moe's Persönliches uBlue Image +base-image: ghcr.io/ublue-os/kinoite-main +image-version: 40 -# 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 - -# module configuration, executed in order -# you can include multiple instances of the same module modules: - type: files files: @@ -25,8 +19,8 @@ modules: remove: # example: removing firefox (in favor of the flatpak) # "firefox" is the main package, "firefox-langpacks" is a dependency - # - firefox - # - firefox-langpacks # also remove firefox dependency (not required for all packages, this is a special case) + - firefox + - firefox-langpacks # also remove firefox dependency (not required for all packages, this is a special case) - type: default-flatpaks notify: true # Send notification after install/uninstall is finished (true/false)