diff --git a/etc/setup.conf b/etc/setup.conf index 9ac5a08..ed215ca 100644 --- a/etc/setup.conf +++ b/etc/setup.conf @@ -2,7 +2,7 @@ # arch-setup configuration file. It defines variables used by the installer. # Essential packages -BASE_PACKAGES=('base' 'parch-branding' 'parch-pacman' 'neofetch-git' 'parch-emoji-ios' 'vazirmatn-fonts' 'base-devel' 'iwd' 'linux' 'linux-firmware' 'grub' 'networkmanager') +BASE_PACKAGES=('base' 'font-config' 'parch-branding' 'parch-grub' 'parch-pacman' 'neofetch-git' 'parch-emoji-ios' 'vazirmatn-fonts' 'base-devel' 'iwd' 'linux' 'linux-firmware' 'grub' 'networkmanager') BASE_ESSENTIALS=('man-db' 'man-pages' 'texinfo' 'nano') # Packages that will be installed whenever a GUI is installed DESKTOP_DEFAULTS=('gvfs' 'pavucontrol' 'pulseaudio' 'pulseaudio-alsa' 'ttf-dejavu' 'xdg-user-dirs' 'xf86-input-libinput' 'xorg-apps' 'xorg-server' 'xterm')