feat(hyprland): add optional lua-config package stack

This commit is contained in:
2026-04-17 13:12:50 -07:00
committed by Kat Huang
parent 7a593f4418
commit 7e6907a0af
3 changed files with 643 additions and 127 deletions

View File

@@ -85,6 +85,11 @@
url = "git+https://github.com/hyprwm/Hyprland?submodules=1&ref=refs/tags/v0.53.0";
};
hyprland-lua-config = {
# Experimental Lua config branch from PR 13817.
url = "git+https://github.com/hyprwm/Hyprland?submodules=1&ref=refs/pull/13817/head";
};
hy3 = {
url = "github:outfoxxed/hy3?ref=hl0.53.0";
inputs.hyprland.follows = "hyprland";