23 lines
489 B
YAML
23 lines
489 B
YAML
---
|
|
# yaml-language-server: $schema=https://schema.blue-build.org/module-list-v1.json
|
|
modules:
|
|
- type: dnf
|
|
# repos:
|
|
# cleanup: true
|
|
# nonfree: negativo17
|
|
group-install:
|
|
packages:
|
|
- cosmic-desktop-environment
|
|
# install:
|
|
# packages:
|
|
# - steam
|
|
# - type: systemd
|
|
# system:
|
|
# enabled:
|
|
# - cosmic-greeter
|
|
- type: files
|
|
files:
|
|
- source: desktop-audio
|
|
destination: /
|
|
- from-file: common/jp-common.yml
|