8 mkHyprlandPlugin hyprland rec {
12 src = fetchFromGitHub {
15 rev = "refs/tags/hl${version}";
16 hash = "sha256-6TVaB+nWVanqZWqievg+m7tVNrSpQ9CQcwXJQeyU/Q0=";
19 nativeBuildInputs = [ cmake ];
24 homepage = "https://github.com/outfoxxed/hy3";
25 description = "Hyprland plugin for an i3 / sway like manual tiling layout";
26 license = lib.licenses.gpl3;
27 inherit (hyprland.meta) platforms;
28 maintainers = with lib.maintainers; [