Move more installation packages to "extra"

This commit is contained in:
har0ke 2025-01-19 19:43:33 +01:00
parent 64f979c300
commit cbcf253aeb

View File

@ -40,18 +40,18 @@ declare -ar pkgs_system_workstation=(
) )
declare -ar pkgs_tools_dev=( declare -ar pkgs_tools_dev=(
llvm
man-db man-db
man-pages man-pages
perf
ninja
) )
declare -ar pkgs_tools_dev_extra=( declare -ar pkgs_tools_dev_extra=(
cargo cargo
go go
llvm
ninja
nodejs nodejs
npm npm
perf
rust rust
) )
@ -77,11 +77,8 @@ declare -ar pkgs_i3_environment=(
declare -ar pkgs_apps_core=( declare -ar pkgs_apps_core=(
chromium chromium
firefox firefox
nextcloud-client
pavucontrol pavucontrol
protonmail-bridge-bin
thunar gvfs gvfs-mtp thunar-archive-plugin thunar-media-tags-plugin tumbler ffmpegthumbnailer thunar gvfs gvfs-mtp thunar-archive-plugin thunar-media-tags-plugin tumbler ffmpegthumbnailer
thunderbird
) )
declare -ar pkgs_apps_dev=( declare -ar pkgs_apps_dev=(
@ -96,7 +93,10 @@ declare -ar pkgs_apps_extra=(
gimp gimp
gnucash gnucash
keepassxc keepassxc
nextcloud-client
protonmail-bridge-bin
spotify spotify
thunderbird
vlc vlc
) )