diff options
author | fred21O4 <[email protected]> | 2024-04-07 04:18:43 +1200 |
---|---|---|
committer | GitHub <[email protected]> | 2024-04-06 19:18:43 +0300 |
commit | 265c7924d85e2ad5f2ff0e9f59c03403028eaef4 (patch) | |
tree | 76da59f5e5c3dde94919b4e1165290228e32879d | |
parent | 3d64b0e9f08151786d354c0ca45c5c6016a16836 (diff) | |
download | Hyprland-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.nix | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -20,6 +20,7 @@ url = "github:hyprwm/hyprcursor"; inputs.nixpkgs.follows = "nixpkgs"; inputs.systems.follows = "systems"; + inputs.hyprlang.follows = "hyprlang"; }; hyprland-protocols = { |