🔧 chore(hypr): remove nvidia configuration from shell

since it's personal, I'll move it to the retrozinndev/Hyprland-Dots repo
This commit is contained in:
retrozinndev
2025-06-20 14:45:58 -03:00
parent 9ed3ac3ee8
commit d13da4f462
2 changed files with 0 additions and 14 deletions
-1
View File
@@ -2,7 +2,6 @@
# color-shell configuration, please don't modify unless you know what you're doing! # color-shell configuration, please don't modify unless you know what you're doing!
source = ./variables.conf source = ./variables.conf
source = ./nvidia.conf
source = ./environment.conf source = ./environment.conf
source = ./bindings.conf source = ./bindings.conf
source = ./decorations.conf source = ./decorations.conf
-13
View File
@@ -1,13 +0,0 @@
##################
## NVIDIA STUFF ##
##################
# Wiki: https://wiki.hyprland.org/Configuring/Environment-variables/#nvidia-specific
env = LIBVA_DRIVER_NAME, nvidia
env = __GLX_VENDOR_LIBRARY_NAME, nvidia
env = NVD_BACKEND, direct
cursor {
no_hardware_cursors = false # Set to true/false if you have issues
}