diff options
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> |