diff options
| author | 2026-03-02 22:27:28 -0800 | |
|---|---|---|
| committer | 2026-03-02 23:47:31 -0800 | |
| commit | c93273901e191f99f22609ea2def70b8dcb66faa (patch) | |
| tree | be7559f5c9159bf23fe9193802333a1ffd7e799f /teams/sway.xml | |
| parent | a90003e5ac59047049852f5ae5e365cbbe124207 (diff) | |
| download | kiwi-descriptions-c93273901e191f99f22609ea2def70b8dcb66faa.tar.gz kiwi-descriptions-c93273901e191f99f22609ea2def70b8dcb66faa.zip | |
teams/sway: add nwg-wrapper back to the live image
We use it to soften the impact from pure Sway live experience with some
helpful installation instructions.
Diffstat (limited to 'teams/sway.xml')
| -rw-r--r-- | teams/sway.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/teams/sway.xml b/teams/sway.xml index 2888b87..a7c7074 100644 --- a/teams/sway.xml +++ b/teams/sway.xml @@ -12,4 +12,8 @@ <packages type="bootstrap" patternType="plusRecommended" profiles="Sway-Live,Sway-Disk"> <package name="fedora-release-sway"/> </packages> + <packages type="image" patternType="plusRecommended" profiles="Sway-Live"> + <!-- Required to display installation instructions --> + <package name="nwg-wrapper"/> + </packages> </image> |