Files
wunker-os/recipes/common/jp-desktop-bootc.yml
2024-12-23 23:34:50 -05:00

32 lines
860 B
YAML

---
# yaml-language-server: $schema=https://schema.blue-build.org/module-list-v1.json
modules:
- type: dnf
source: local
install:
packages:
- https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-%OS_VERSION%.noarch.rpm
- https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-%OS_VERSION%.noarch.rpm
- dnf5-plugins
- type: dnf
source: local
copr:
- ryanabx/cosmic-epoch
group-install:
packages:
- kde-desktop
install:
packages:
- cosmic-desktop
- akmod-nvidia
- nvidia-vaapi-driver
- libva-utils
- vdpauinfo
- type: files
files:
- source: desktop-audio
destination: /
- source: nvidia-kargs
destination: /usr/lib/bootc/kargs.d/
- from-file: common/jp-common-bootc.yml