diff --git a/config/recipes/intel-amd/gnome.yml b/config/recipes/intel-amd/gnome.yml index 4d39f8fb..3807da9b 100644 --- a/config/recipes/intel-amd/gnome.yml +++ b/config/recipes/intel-amd/gnome.yml @@ -1,5 +1,5 @@ # image will be published to ghcr.io// -name: myos-gnome +name: myos # description will be included in the image's metadata description: "myOS is an operating system dedicated to being user-friendly and progressive " @@ -10,22 +10,8 @@ image-version: 39 # 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: + - from-file: common/base-packages.yml - from-file: common/tailscale.yml - - type: files - files: - - usr: /usr - # copies config/files/usr into your image's /usr. - # put configuration files you want in /etc/ on a booted system - # in /usr/etc/ in the image. read more in files module reference. - - type: rpm-ostree - repos: # - https://copr.fedorainfracloud.org/coprs/atim/starship/repo/fedora-%OS_VERSION%/atim-starship-fedora-%OS_VERSION%.repo - install: - - podman-compose - # - micro - # - starship - 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) + - from-file: common/common-files.yml + - from-file: common/default-flatpaks.yml - type: signing # this sets up the proper policy & signing files for signed images to work fully