Files
wunker-os/recipes/cp-laptop.yml
T
2026-04-10 18:23:55 -04:00

31 lines
843 B
YAML

---
# yaml-language-server: $schema=https://schema.blue-build.org/recipe-v1.json
name: cp-laptop
base-image: ${BB_REGISTRY:-registry.gitlab.com}/${BB_REGISTRY_NAMESPACE:-wunker-bunker/wunker-os}/kinoite
image-version: latest
description: The image of Wunker OS for CP's laptop.
modules:
- from-file: common/common.yml
- type: dnf
install:
packages:
- xdg-terminal-exec
- borgbackup
- vorta
- libadwaita
- cronie
- fprintd
- fprintd-pam
- libreoffice
- https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm
- mono-core
- type: files
files:
- source: archipelago
destination: /
- type: script
scripts:
- install-archipelago.sh
- from-file: common/updates.yml
- from-file: common/post-build.yml