7497716476
This realigns the configuration into separate files/folders that would be modified by specific teams (e.g. WGs and SIGs).
16 lines
544 B
XML
16 lines
544 B
XML
<image>
|
|
<profiles>
|
|
<profile name="DesktopCommon" description="Common desktop packages"/>
|
|
<profile name="Sway-Desktop" description="Sway Desktop">
|
|
<requires profile="DesktopCommon"/>
|
|
</profile>
|
|
</profiles>
|
|
<packages type="image" patternType="plusRecommended" profiles="Sway-Desktop">
|
|
<!-- install env-group to resolve RhBug:1891500 -->
|
|
<namedCollection name="sway-desktop-environment"/>
|
|
<namedCollection name="firefox"/>
|
|
<namedCollection name="swaywm-extended"/>
|
|
<package name="fedora-release-sway"/>
|
|
</packages>
|
|
</image>
|