diff options
| author | 2024-08-22 11:20:22 -0400 | |
|---|---|---|
| committer | 2024-08-22 11:20:22 -0400 | |
| commit | 4a1dfbe1781a856c528815e3df5d2dc0b3bb2aac (patch) | |
| tree | 4386c3c337e904a7cce71d103143db7e91f4a7de /components | |
| parent | 8af7cf6d8b3cf440d50c3bbe45500c9a983587b7 (diff) | |
| download | kiwi-descriptions-4a1dfbe1781a856c528815e3df5d2dc0b3bb2aac.tar.gz kiwi-descriptions-4a1dfbe1781a856c528815e3df5d2dc0b3bb2aac.zip | |
Add initial configuration for MiracleWM spin
Reference: https://fedoraproject.org/wiki/Changes/FedoraMiracle
Diffstat (limited to 'components')
| -rw-r--r-- | components/desktops/miraclewm.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/components/desktops/miraclewm.xml b/components/desktops/miraclewm.xml new file mode 100644 index 0000000..74b51f2 --- /dev/null +++ b/components/desktops/miraclewm.xml @@ -0,0 +1,15 @@ +<image> + <profiles> + <profile name="DesktopCommon" description="Common desktop packages"/> + <profile name="MiracleWM-Desktop" description="MiracleWM Desktop"> + <requires profile="DesktopCommon"/> + </profile> + </profiles> + <packages type="image" patternType="plusRecommended" profiles="MiracleWM-Desktop"> + <!-- install env-group to resolve RhBug:1891500 --> + <namedCollection name="miraclewm-desktop-environment"/> + <namedCollection name="firefox"/> + <package name="initial-setup-gui"/> + <package name="initial-setup-gui-wayland-miraclewm"/> + </packages> +</image> |