add lua config for hyprland
nixos config pipeline / show-flake (push) Successful in 17s
nixos config pipeline / deploy (push) Successful in 7s

This commit is contained in:
smayzy
2026-08-15 05:12:00 +02:00
parent c48368b501
commit 19ec68c058
8 changed files with 264 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
-- 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")