Files
nix-config/dotfiles/hypr-desk/source/ev.lua
T
smayzy 0aa11e118c
nixos config pipeline / show-flake (push) Successful in 21s
nixos config pipeline / deploy (push) Successful in 39s
add LD_LIBRARY_PATH
2026-08-23 12:18:00 +02:00

10 lines
368 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")
hl.env("HYPRLAND_NO_SD_VARS", "1")
hl.env("LD_LIBRARY_PATH", "/nix/store/p5c2hfgw9pipp2vd0xvxjmly99nbsdki-pipewire-1.6.8-jack/lib/")