deinonyxus/recipes/recipe.yml

81 lines
2.2 KiB
YAML
Raw Normal View History

2025-11-22 09:35:03 +02:00
---
# yaml-language-server: $schema=https://schema.blue-build.org/recipe-v1.json
# image will be published to ghcr.io/<user>/<name>
2025-12-23 21:11:11 +02:00
name: deinonyxus
2025-11-22 09:35:03 +02:00
# description will be included in the image's metadata
2025-12-30 16:19:24 +02:00
description: Bluefin DX with Nix and sprinkles.
2025-11-22 09:35:03 +02:00
# the base image to build on top of (FROM) and the version tag to use
2025-11-22 09:41:55 +02:00
base-image: ghcr.io/ublue-os/bluefin-dx
image-version: latest # latest is also supported if you want new updates ASAP
2025-11-22 09:35:03 +02:00
# module configuration, executed in order
# you can include multiple instances of the same module
modules:
2025-12-22 20:45:56 +02:00
- type: files
files:
- source: system
destination: / # copies files/system/* (* means everything inside it) into your image's root folder /
2025-11-22 09:35:03 +02:00
2025-12-22 21:13:22 +02:00
- type: script
scripts:
2025-12-30 16:19:24 +02:00
- install-lix.sh
2026-01-07 18:23:52 +02:00
- ensure-plugdev-defaults.sh
2025-12-22 21:13:22 +02:00
2025-12-22 20:43:26 +02:00
- type: systemd
2025-12-22 21:13:22 +02:00
system:
2025-12-22 20:43:26 +02:00
enabled:
2025-12-22 21:13:22 +02:00
- nix-overlay.service
- nix-daemon.service
2026-01-03 16:47:49 +02:00
- nix-daemon.socket
2025-12-22 20:43:26 +02:00
- type: dnf
2025-12-28 18:28:06 +02:00
repos:
2026-01-01 15:28:20 +02:00
files:
add:
- https://repo.vscodium.dev/vscodium.repo
install:
packages:
2025-12-28 18:28:06 +02:00
- repo: vscodium
packages:
- codium
- syncthing
2025-12-24 13:13:07 +02:00
- uv
- waydroid
remove:
packages:
- android-tools
- cockpit-bridge
- cockpit-machines
- cockpit-networkmanager
- cockpit-ostree
- cockpit-podman
- cockpit-selinux
- cockpit-storaged
- cockpit-system
- code
- docker-ce
- docker-ce-cli
- docker-ce-rootless-extras
- docker-compose-plugin
- docker-model-plugin
2025-11-22 09:35:03 +02:00
2025-12-30 16:19:24 +02:00
- type: justfiles
include:
- nixpkgs.just
- type: default-flatpaks
configurations:
- notify: true # Send notification after install/uninstall is finished (true/false)
scope: system
# If no repo information is specified, Flathub will be used by default
install: # system flatpaks we want all users to have and not remove
2026-01-14 18:19:46 +02:00
- net.waterfox.waterfox
- org.telegram.desktop
remove: # replace default Firefox with Waterfox
- org.mozilla.firefox
- scope: user # Also add Flathub user repo, but no user packages
2025-11-22 09:35:03 +02:00
- type: signing # this sets up the proper policy & signing files for signed images to work fully