summaryrefslogtreecommitdiffstats
path: root/roles/nvidia/tasks
AgeCommit message (Collapse)AuthorFilesLines
2026-01-24Rename nvidia role to nvidia_gtx1060Ahmed Abdelhalim2-45/+0
2026-01-24Fix nvidia role to setup the correct driver to GTX1060Ahmed Abdelhalim1-2/+2
2026-01-24Fix or ignore nvidia role linting issuesAhmed Abdelhalim1-4/+6
2026-01-24Add nvidia driver role w/testingAhmed Abdelhalim2-0/+43
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