updated package bundling

This commit is contained in:
Luxferre
2026-06-03 10:01:29 +03:00
parent 1a9c57611e
commit f4d9d3c34a
+1 -1
View File
@@ -16,7 +16,7 @@ X_APPS='dbus mesa mesa-dri mesa-demos mesa-vaapi glxinfo glxgears glmark2 i3 i3l
FONT_PKGS='noto-fonts-ttf noto-fonts-ttf-extra noto-fonts-cjk noto-fonts-emoji noto-fonts-ttf-variable liberation-fonts-ttf font-firacode fonts-roboto-ttf'
ALL_PKGS="$BASE_PKGS"
[ -z "$NOEXTRAS" ] && ALL_PKGS="$ALL_PKGS EXTRA_PKGS"
[ -z "$NOEXTRAS" ] && ALL_PKGS="$ALL_PKGS $EXTRA_PKGS"
[ -z "$NOX" ] && ALL_PKGS="$ALL_PKGS $X11_PKGS $FONT_PKGS $X_APPS"
echo 'Setting up host environment...'