Files
hydro-os/recipes/recipe.yml
Eriq Taing b1671e8c96
Some checks failed
bluebuild / Build Custom Image (recipe.yml) (push) Failing after 17s
Moved to base image for fedora provided by Red Hat. Removed some scripts and waybar for hyprpanel.
2025-05-18 16:04:08 -04:00

49 lines
1.7 KiB
YAML

---
# yaml-language-server: $schema=https://schema.blue-build.org/recipe-v1.json
# image will be published to ghcr.io/<user>/<name>
name: hydro-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: quay.io/fedora-ostree-desktops/base-atomic
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:
- type: files
files:
- source: system
destination: / # copies files/system/* (* means everything inside it) into your image's root folder /
- type: rpm-ostree
repos:
- https://copr.fedorainfracloud.org/coprs/solopasha/hyprland/repo/fedora-%OS_VERSION%/solopasha-hyprland-fedora-%OS_VERSION%.repo
- https://copr.fedorainfracloud.org/coprs/erikreider/SwayNotificationCenter/repo/fedora-%OS_VERSION%/erikreider-SwayNotificationCenter-fedora-%OS_VERSION%.repo
install:
- hyprland-git
- hyprpanel
- neovim
- SwayNotificationCenter
- hyprpolkitagent
- hyprshot
- 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:
- one.ablaze.floorp
- com.discordapp.Discord
user: {} # Also add Flathub user repo, but no user packages
- type: systemd
user:
enabled:
- hyprpanel.service
- hyprpolkitagent.service
- type: signing # this sets up the proper policy & signing files for signed images to work fully