45 lines
1.4 KiB
YAML
45 lines
1.4 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: ghcr.io/wayblueorg/hyprland-nvidia
|
|
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: akmods
|
|
base: bazzite
|
|
install:
|
|
- nvidia
|
|
|
|
- type: rpm-ostree
|
|
repos:
|
|
- https://copr.fedorainfracloud.org/coprs/atim/starship/repo/fedora-%OS_VERSION%/atim-starship-fedora-%OS_VERSION%.repo
|
|
install:
|
|
- micro
|
|
- starship
|
|
remove:
|
|
- firefox
|
|
- firefox-langpacks
|
|
|
|
- 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
|
|
user: {} # Also add Flathub user repo, but no user packages
|
|
|
|
- type: signing # this sets up the proper policy & signing files for signed images to work fully
|
|
|