summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix6
1 files changed, 5 insertions, 1 deletions
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";