17 lines
530 B
YAML
17 lines
530 B
YAML
---
|
|
# yaml-language-server: $schema=https://schema.blue-build.org/recipe-v1.json
|
|
name: combo-nvidia
|
|
base-image: quay.io/fedora-ostree-desktops/kinoite
|
|
image-version: 43
|
|
description: The base image of Wunker OS with COSMIC and Plasma for Nvidia
|
|
modules:
|
|
- from-file: base/common.yml
|
|
- from-file: base/cosmic.yml
|
|
- from-file: base/kinoite.yml
|
|
- from-file: base/nvidia.yml
|
|
- type: os-release
|
|
properties:
|
|
NAME: WunkerOS
|
|
PRETTY_NAME: Wunker OS - COSMIC X Kinoite for Nvidia
|
|
- from-file: base/post-build.yml
|