From 3a6c87e8de0e4dbef7f0f8ab4c59587607af876b Mon Sep 17 00:00:00 2001 From: Jasper Ras Date: Sun, 5 Jan 2025 10:01:29 +0100 Subject: Fix hy3 --- flake.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 220f4b8..99f4ba0 100644 --- a/flake.nix +++ b/flake.nix @@ -9,7 +9,11 @@ helix.url = "github:helix-editor/helix/master"; - hyprland.url = "github:hyprwm/Hyprland"; + hyprland.url = "github:hyprwm/Hyprland?submodules=1&ref=v0.45.2-b"; + hy3 = { + url = "github:outfoxxed/hy3?ref=hl0.45.0"; + inputs.hyprland.follows = "hyprland"; + }; utils.url = "github:gytis-ivaskevicius/flake-utils-plus"; -- cgit v1.2.3