Files
Neal Gompa 4d0315767d components/desktops: Drop duplicate unused DesktopCommon profile entries
This is principally to avoid confusion as the DesktopCommon profile
is defined in one place and used across the board.

No functional changes.
2025-02-22 04:05:41 -05:00

14 lines
432 B
XML

<image>
<profiles>
<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>