Skip to content

Commit

Permalink
Erste Einstellungen
Browse files Browse the repository at this point in the history
  • Loading branch information
Moe1369 committed Jun 19, 2024
1 parent 5f894b1 commit 1cbe06a
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions recipes/recipe.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
# image will be published to ghcr.io/<user>/<name>
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:
Expand All @@ -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)
Expand Down

0 comments on commit 1cbe06a

Please sign in to comment.