Hey guys, I'm following the Nvidia instructions on the Hyprland Wiki (https://wiki.hyprland.org/Nvidia/) and a section of it says
Export these variables in your config:
env = LIBVA_DRIVER_NAME,nvidia
env = XDG_SESSION_TYPE,wayland
env = GBM_BACKEND,nvidia-drm
env = __GLX_VENDOR_LIBRARY_NAME,nvidia
env = WLR_NO_HARDWARE_CURSORS,1
I'm not sure which config it's talking about. I'm thinking it's referencing the config file at /etc/modprobe.d/nvidia.conf that it had me create on the line above but I'm not entirely sure.