feat(distro): extend arch pkg stubs

Will add install wrappers to script at some point - when not between
other things.
This commit is contained in:
2026-03-24 09:44:39 +00:00
parent 10d73bb177
commit ec838ecae1

View File

@@ -35,10 +35,21 @@ AUR_APPS = (
# insomnia
)
ARCH_DEV_APPS = (
rustup
go
llvm
gcc
)
# Security Apps
# TODO: config for selinux setups
ARCH_SECURITY_APPS = (
apparmor
firejail
fwupd
)
ARCH_SECURITY_AUR_APPS = (
@@ -46,6 +57,21 @@ ARCH_SECURITY_AUR_APPS = (
# apparmor.d
)
ARCH_NETWORKING = (
networkmanager
iwd
# ca-certificates
ca-certificates-mozilla
openssl
libressl
ufw
firewalld
opensnitch
)
# TODO: customise install level within script
# select custom 'packages' / 'apps' (minimal dots, core apps/cfgs only, etc)
ARCH_HYPR_APPS = (