fedora-kiwi-descriptions/components/desktops/sway.xml
Neal Gompa b558e172c1 Install fedora-release-* at bootstrap phase for various images
This ensures that the correct variant packages are installed.
2024-03-04 20:18:11 -05:00

15 lines
504 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"/>
</packages>
</image>