summaryrefslogtreecommitdiffstats
path: root/roles/nvidia/meta
AgeCommit message (Collapse)AuthorFilesLines
2026-01-24Rename nvidia role to nvidia_gtx1060Ahmed Abdelhalim1-13/+0
2026-01-24Fix nvidia role to setup the correct driver to GTX1060Ahmed Abdelhalim1-0/+1
2026-01-24Add nvidia driver role w/testingAhmed Abdelhalim1-0/+12
Fix nvidia role for clean installs and make hyprland nvidia env vars conditional - Add nouveau blacklist to prevent driver conflicts - Remove redundant DKMS install task (AUR package handles this automatically) - Fix mkinitcpio MODULES to append nvidia modules instead of overwriting - Add missing initramfs rebuild notification to modprobe.d template - Make hyprland NVIDIA environment variables conditional via hyprland_nvidia flag Co-authored-by: Claude.ai