34 lines
808 B
YAML
34 lines
808 B
YAML
---
|
|
# yaml-language-server: $schema=https://schema.blue-build.org/recipe-v1.json
|
|
name: cp-laptop
|
|
base-image: ghcr.io/ublue-os/kinoite-main
|
|
image-version: 42
|
|
description: The image of Wunker OS for CP's laptop.
|
|
modules:
|
|
- type: os-release
|
|
properties:
|
|
NAME: WunkerOS
|
|
ID: wunker_os
|
|
PRETTY_NAME: Wunker OS for Framework 13
|
|
- type: dnf
|
|
# repos:
|
|
# copr:
|
|
# - iucar/rstudio
|
|
install:
|
|
packages:
|
|
- borgbackup
|
|
- vorta
|
|
- libadwaita
|
|
- cronie
|
|
- fprintd
|
|
- fprintd-pam
|
|
# - R
|
|
# - rstudio-desktop
|
|
- libreoffice
|
|
- from-file: common/ms-fonts.yml
|
|
- from-file: common/updates.yml
|
|
- type: copy
|
|
src: files/base/usr/share/plymouth
|
|
dest: /usr/share/plymouth
|
|
- from-file: common/post-build.yml
|