summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorJasper Ras <jaspert.ras@gmail.com>2025-01-05 10:01:29 +0100
committerJasper Ras <jaspert.ras@gmail.com>2025-01-05 10:01:29 +0100
commit3a6c87e8de0e4dbef7f0f8ab4c59587607af876b (patch)
tree8f3c2e74b5a3aa8b49a05112c2509bc6c55aae3e /flake.nix
parentcde896f6fcbe12d6e5fec062c9588809c560cd4f (diff)
Fix hy3
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";