diff options
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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"; |