summaryrefslogtreecommitdiffstats
path: root/roles/hyprland/defaults
AgeCommit message (Collapse)AuthorFilesLines
11 daysReplace hyprland_nvidia boolean with a fact from the roleAhmed Abdelhalim1-1/+0
This to make the role have less configurations, and less prune to human errors
2026-07-10Replace hyprland monitors with kanshi profilesAhmed Abdelhalim1-0/+1
2026-01-24Add nvidia driver role w/testingAhmed Abdelhalim1-0/+2
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