Files
nix-config/dotfiles/hypr-desk/source/ev.lua
T
smayzy 19ec68c058
nixos config pipeline / show-flake (push) Successful in 17s
nixos config pipeline / deploy (push) Successful in 7s
add lua config for hyprland
2026-08-15 05:12:00 +02:00

8 lines
235 B
Lua

-- Set env here
hl.env("XCURSOR_SIZE", "24")
hl.env("HYPRCURSOR_SIZE", "24")
hl.env("LIBVA_DRIVER_NAME", "nvidia")
hl.env("XDG_SESSION_TYPE", "wayland")
hl.env("GBM_BACKEND", "nvidia-drm")
hl.env("__GLX_VENDOR_LIBRARY_NAME", "nvidia")