From f9b830621eb0b4100a9ef1079e70807fd1fcfb01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82?= Date: Sun, 16 Aug 2026 21:05:58 +0200 Subject: [PATCH] fix(calamares): add zsh to Default group and minimal KDE entry (reference copies) Mirror the packaged calamares-branding-antergos-next changes so the live-overlay configs stay self-contained if the packages repo is rebuilt. --- .../etc/calamares-online/modules/netinstall.yaml | 1 + .../modules/packagechooser_de.conf | 15 +++++++++++++++ .../etc/calamares/modules/netinstall.yaml | 1 + .../etc/calamares/modules/packagechooser_de.conf | 15 +++++++++++++++ 4 files changed, 32 insertions(+) diff --git a/iso-profiles/antergos/live-overlay/etc/calamares-online/modules/netinstall.yaml b/iso-profiles/antergos/live-overlay/etc/calamares-online/modules/netinstall.yaml index 5f814fa..7228bc9 100644 --- a/iso-profiles/antergos/live-overlay/etc/calamares-online/modules/netinstall.yaml +++ b/iso-profiles/antergos/live-overlay/etc/calamares-online/modules/netinstall.yaml @@ -28,6 +28,7 @@ - xfsprogs - f2fs-tools - snapper + - zsh - name: "Kernel" diff --git a/iso-profiles/antergos/live-overlay/etc/calamares-online/modules/packagechooser_de.conf b/iso-profiles/antergos/live-overlay/etc/calamares-online/modules/packagechooser_de.conf index 66f80bb..8039c75 100644 --- a/iso-profiles/antergos/live-overlay/etc/calamares-online/modules/packagechooser_de.conf +++ b/iso-profiles/antergos/live-overlay/etc/calamares-online/modules/packagechooser_de.conf @@ -48,6 +48,21 @@ items: - kwin-zones - oh-my-posh-bin - pacseek + - id: PlasmaMinimal + name: "KDE Plasma (Minimal)" + description: "Stock Plasma on Wayland — kitty, pcmanfm-qt, featherpad, grim. No branding. For low-end hardware." + screenshot: "" + netinstall: + name: "KDE Plasma (Minimal)" + selected: true + critical: false + packages: + - plasma-meta + - kitty + - pcmanfm-qt + - featherpad + - grim + - slurp - id: Xfce name: "Xfce" description: "Lightweight traditional desktop. Fast and low on resources." diff --git a/iso-profiles/antergos/live-overlay/etc/calamares/modules/netinstall.yaml b/iso-profiles/antergos/live-overlay/etc/calamares/modules/netinstall.yaml index 7d23f7d..d7b09b7 100644 --- a/iso-profiles/antergos/live-overlay/etc/calamares/modules/netinstall.yaml +++ b/iso-profiles/antergos/live-overlay/etc/calamares/modules/netinstall.yaml @@ -28,6 +28,7 @@ - xfsprogs - f2fs-tools - snapper + - zsh - name: "Kernel" diff --git a/iso-profiles/antergos/live-overlay/etc/calamares/modules/packagechooser_de.conf b/iso-profiles/antergos/live-overlay/etc/calamares/modules/packagechooser_de.conf index 3bf5192..122e0db 100644 --- a/iso-profiles/antergos/live-overlay/etc/calamares/modules/packagechooser_de.conf +++ b/iso-profiles/antergos/live-overlay/etc/calamares/modules/packagechooser_de.conf @@ -76,6 +76,21 @@ items: - kwin-zones - oh-my-posh-bin - pacseek + - id: PlasmaMinimal + name: "KDE Plasma (Minimal)" + description: "Stock Plasma on Wayland — kitty, pcmanfm-qt, featherpad, grim. No branding. For low-end hardware." + screenshot: "" + netinstall: + name: "KDE Plasma (Minimal)" + selected: true + critical: false + packages: + - plasma-meta + - kitty + - pcmanfm-qt + - featherpad + - grim + - slurp - id: Xfce name: "Xfce" description: "Lightweight traditional desktop. Fast and low on resources."