Skip to content

Commit

Permalink
feat: update recipte with wayblue sway base and packages to in/exclude
Browse files Browse the repository at this point in the history
  • Loading branch information
bbonsign committed Jan 3, 2025
1 parent 21cf3fd commit aad767d
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions recipes/recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
# image will be published to ghcr.io/<user>/<name>
name: telperion
# description will be included in the image's metadata
description: This is my personal OS image.
description: Custom image on top of Fedora Sway Atomic.

# the base image to build on top of (FROM) and the version tag to use
base-image: ghcr.io/ublue-os/silverblue-main
base-image: ghcr.io/ghcr.io/wayblueorg/sway
image-version: 41 # latest is also supported if you want new updates ASAP

# module configuration, executed in order
Expand All @@ -21,22 +21,28 @@ modules:
repos:
- https://copr.fedorainfracloud.org/coprs/atim/starship/repo/fedora-%OS_VERSION%/atim-starship-fedora-%OS_VERSION%.repo
install:
- micro
- starship
- neovim
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)
- android-tools
- gnome-themes-extra
- gnome-icon-theme
- paper-icon-theme
- breeze-icon-theme
# - papirus-icon-theme

- type: default-flatpaks
notify: true # Send notification after install/uninstall is finished (true/false)
system:
# If no repo information is specified, Flathub will be used by default
install:
- org.mozilla.firefox
- org.gnome.Loupe
- com.slack.Slack
remove:
- org.gnome.Loupe
- org.gnome.eog
user: {} # Also add Flathub user repo, but no user packages

Expand Down

0 comments on commit aad767d

Please sign in to comment.