blob: dee527a423e3b75cbd98729b361e1312649ce22d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<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>
|