21 lines
673 B
YAML
21 lines
673 B
YAML
---
|
|
# yaml-language-server: $schema=https://schema.blue-build.org/recipe-v1.json
|
|
name: pg-desktop-nvidia
|
|
|
|
# Custom Base
|
|
# base-image: registry.gitlab.com/wunker-bunker/wunker-os/kinoite-nvidia
|
|
base-image: registry.gitlab.com/wunker-bunker/wunker-os/kinoite-nvidia
|
|
image-version: 42
|
|
description: The image of Wunker OS for PG's desktop gaming.
|
|
modules:
|
|
- from-file: common/common.yml
|
|
- from-file: common/updates.yml
|
|
- from-file: common/ms-fonts.yml
|
|
- from-file: common/gaming.yml
|
|
- type: dnf
|
|
install:
|
|
packages:
|
|
- https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm
|
|
- libadwaita
|
|
- from-file: common/post-build.yml
|