From 33aabf8bdaf2a63ec1de138bbb40a79bf0f459f0 Mon Sep 17 00:00:00 2001 From: Carlos Sousa Date: Wed, 19 Mar 2025 23:24:59 +0100 Subject: [PATCH] add fedora-bootstrap: blueman, nmtui, pipewire --- fedora-bootstrap/config.d/core_packages.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/fedora-bootstrap/config.d/core_packages.conf b/fedora-bootstrap/config.d/core_packages.conf index 2093af3d..9638094a 100644 --- a/fedora-bootstrap/config.d/core_packages.conf +++ b/fedora-bootstrap/config.d/core_packages.conf @@ -1,5 +1,6 @@ #!/bin/bash +PACKAGES_TO_INSTALL+=("blueman") PACKAGES_TO_INSTALL+=("btop") PACKAGES_TO_INSTALL+=("curl") PACKAGES_TO_INSTALL+=("duf") @@ -8,6 +9,8 @@ PACKAGES_TO_INSTALL+=("gparted") PACKAGES_TO_INSTALL+=("htop") PACKAGES_TO_INSTALL+=("konsole") PACKAGES_TO_INSTALL+=("ncdu") +PACKAGES_TO_INSTALL+=("nmtui") +PACKAGES_TO_INSTALL+=("pipewire") PACKAGES_TO_INSTALL+=("rsync") PACKAGES_TO_INSTALL+=("timeshift") PACKAGES_TO_INSTALL+=("tmux")