From c535b192355e9db9732e3efcce82b368c509ea3c Mon Sep 17 00:00:00 2001 From: Ryan Hughes Date: Sat, 27 Dec 2025 21:06:04 -0500 Subject: [PATCH] These already get installed or are dependencies --- install/config/hardware/nvidia.sh | 8 -------- 1 file changed, 8 deletions(-) diff --git a/install/config/hardware/nvidia.sh b/install/config/hardware/nvidia.sh index e8c4e709..f723c7c0 100644 --- a/install/config/hardware/nvidia.sh +++ b/install/config/hardware/nvidia.sh @@ -14,14 +14,6 @@ if [ -n "$NVIDIA" ]; then # Check which kernel is installed and set appropriate headers package KERNEL_HEADERS="$(pacman -Qqs '^linux(-zen|-lts|-hardened)?$' | head -1)-headers" - # Initial install packages - GENERAL_PACKAGES=( - "${KERNEL_HEADERS}" - "egl-wayland" - "qt5-wayland" - "qt6-wayland" - ) - # Turing (16xx, 20xx), Ampere (30xx), Ada (40xx), and newer recommend the open-source kernel modules # Pascal (10xx) and Maxwell (9xx) use legacy branch that can only be installed from AUR # All older drivers are directed to wiki