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