aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorfred21O4 <[email protected]>2024-04-07 04:18:43 +1200
committerGitHub <[email protected]>2024-04-06 19:18:43 +0300
commit265c7924d85e2ad5f2ff0e9f59c03403028eaef4 (patch)
tree76da59f5e5c3dde94919b4e1165290228e32879d
parent3d64b0e9f08151786d354c0ca45c5c6016a16836 (diff)
downloadHyprland-265c7924d85e2ad5f2ff0e9f59c03403028eaef4.tar.gz
Hyprland-265c7924d85e2ad5f2ff0e9f59c03403028eaef4.zip
flake.nix: add hyprcursor follows (#5435)
fixes a duplicate hyprlang instance sometimes being created due to hyprcursor not following hyprlands instance
-rw-r--r--flake.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index e419e3e3..3411e8d7 100644
--- a/flake.nix
+++ b/flake.nix
@@ -20,6 +20,7 @@
url = "github:hyprwm/hyprcursor";
inputs.nixpkgs.follows = "nixpkgs";
inputs.systems.follows = "systems";
+ inputs.hyprlang.follows = "hyprlang";
};
hyprland-protocols = {