Skip to content

Commit

Permalink
feat: Add Zeliblue COSMIC recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
zelikos committed Sep 2, 2024
1 parent 4503074 commit 25bfef7
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
20 changes: 20 additions & 0 deletions recipes/cosmic/zeliblue-cosmic.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# image will be published to ghcr.io/<user>/<name>
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

0 comments on commit 25bfef7

Please sign in to comment.