Skip to content

Commit

Permalink
feature (recipe): added a new cosmic recipe.
Browse files Browse the repository at this point in the history
  • Loading branch information
lenuswalker committed Sep 26, 2024
1 parent a18cf7c commit 6dbe6de
Show file tree
Hide file tree
Showing 2 changed files with 27 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 @@ -23,6 +23,7 @@ jobs:
recipe:
# !! Add your recipes here
- recipe.yml
- recipe-cosmic.yml
- recipe-nvidia.yml
- recipe-hyprland.yml
- recipe-rawhide.yml
Expand Down
26 changes: 26 additions & 0 deletions recipes/recipe-cosmic.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# image will be published to ghcr.io/<user>/<name>
name: izzy-os
# description will be included in the image's metadata
description: This is my personal OS image.

# the base image to build on top of (FROM) and the version tag to use
base-image: ghcr.io/ublue-os/cosmic-silverblue
image-version: latest # 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/common-akmods.yml
- from-file: common/common-bling.yml
- from-file: common/common-chezmoi.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: dell/dell-xps-packages.yml
- from-file: dell/intel-packages.yml
- from-file: dell/intel-specific.yml
- from-file: gnome/gnome-extensions.yml
- from-file: gnome/gschema-overrides.yml
- type: signing

0 comments on commit 6dbe6de

Please sign in to comment.