Rearrange modules

This commit is contained in:
2024-04-11 21:46:00 -04:00
parent bc5ef482a8
commit 4287d7b41c
5 changed files with 11 additions and 10 deletions

View File

@@ -1,8 +1,6 @@
modules:
- from-file: docker-engine.yml
- type: script
scripts:
- install-mkcert.sh
- setup-kubectl.sh
- type: rpm-ostree
repos:
@@ -28,4 +26,6 @@ modules:
- gh
- type: script
scripts:
- install-mkcert.sh
- install-codelldb.sh
- from-file: docker-engine.yml

3
recipes/gaming.yml Normal file
View File

@@ -0,0 +1,3 @@
modules:
- type: r2modman
version: 3.1.48

View File

@@ -4,12 +4,11 @@ image-version: stable
description: The image of Wunker OS for JP's desktop gaming.
blue-build-tag: main-installer
modules:
- type: signing
- type: files
files:
- steam-firewall: /usr
- desktop-audio: /usr
- from-file: jp-apps.yml
- from-file: gaming.yml
- from-file: dev-packages.yml
- type: r2modman
version: 3.1.48
- type: signing

View File

@@ -3,12 +3,11 @@ base-image: ghcr.io/ublue-os/bazzite
image-version: latest
description: The image of Wunker OS for JP's Laptop.
modules:
- type: signing
- from-file: jp-apps.yml
- from-file: dev-packages.yml
- type: rpm-ostree
install:
- fprintd
- fprintd-pam
- type: r2modman
version: 3.1.47
- type: signing
- from-file: gaming.yml
- from-file: dev-packages.yml