Refactored profiles and package lists into centralized config files.

This commit is contained in:
2026-01-17 12:16:40 -05:00
parent 985ecd76a4
commit 63833f6da3
7 changed files with 288 additions and 231 deletions

View File

@@ -17,21 +17,7 @@
# drivers.sh - Graphics driver installation
#
# Prompts the user to select and install graphics drivers (Intel, NVIDIA, or skip).
# Intel graphics packages
INTEL_PACKAGES=(
mesa
vulkan-intel
intel-media-driver
libva-intel-driver
)
# NVIDIA graphics packages
NVIDIA_PACKAGES=(
mesa
nvidia-open
libva-nvidia-driver
)
# Driver package arrays are defined in config/drivers.conf.
# Prompt user for graphics driver selection and install
prompt_install_graphics() {