remove hyprland nvidia as per commit

This commit is contained in:
JaKooLit 2023-11-26 20:45:25 +09:00
parent 19aedecd59
commit b09466a312

View File

@ -56,7 +56,7 @@ if pacman -Qs hyprland > /dev/null; then
fi
# install hyprland-nvidia-git
install_package "hyprland-nvidia-git" 2>&1 | tee -a "$LOG"
install_package "hyprland-git" 2>&1 | tee -a "$LOG"
# Install additional Nvidia packages
printf "${YELLOW} Installing addition Nvidia packages...\n"