From 25bfef7e56a63671475b6e5097386aac5a389dce Mon Sep 17 00:00:00 2001 From: zelikos Date: Fri, 9 Aug 2024 11:38:35 -0400 Subject: [PATCH] feat: Add Zeliblue COSMIC recipe --- .github/workflows/build.yml | 1 + recipes/cosmic/zeliblue-cosmic.yml | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 recipes/cosmic/zeliblue-cosmic.yml diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c136f5fc..fad46a5e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,6 +25,7 @@ jobs: matrix: recipe: # !! Add your recipes here + - cosmic/zeliblue-cosmic.yml - gnome/zeliblue.yml - plasma/zeliblue-kinoite.yml # - gnome/zeliblue-deck.yml diff --git a/recipes/cosmic/zeliblue-cosmic.yml b/recipes/cosmic/zeliblue-cosmic.yml new file mode 100644 index 00000000..ba460d2f --- /dev/null +++ b/recipes/cosmic/zeliblue-cosmic.yml @@ -0,0 +1,20 @@ +# image will be published to ghcr.io// +name: zeliblue-cosmic +# description will be included in the image's metadata +description: An opinionated COSMIC desktop experience, based on Fedora Atomic + +# the base image to build on top of (FROM) and the version tag to use +base-image: ghcr.io/ublue-os/cosmic +image-version: latest + +# list of modules, executed in order +# you can include multiple instances of the same module +modules: + - from-file: common/common-bling.yml + - from-file: common/common-files.yml + - from-file: common/common-flatpaks.yml + - from-file: common/common-fonts.yml + - from-file: common/common-packages.yml + - from-file: common/common-scripts.yml + - from-file: common/common-systemd.yml + - from-file: common/common-modules.yml