add fedora-bootstrap: blueman, nmtui, pipewire

This commit is contained in:
Carlos Sousa 2025-03-19 23:24:59 +01:00
parent d9179a62f5
commit 33aabf8bda

View File

@ -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")