flake.nix: add hyprcursor follows (#5435)

fixes a duplicate hyprlang instance sometimes being created due to hyprcursor not following hyprlands instance
This commit is contained in:
fred21O4 2024-04-07 04:18:43 +12:00 committed by GitHub
parent 3d64b0e9f0
commit 265c7924d8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,6 +20,7 @@
url = "github:hyprwm/hyprcursor";
inputs.nixpkgs.follows = "nixpkgs";
inputs.systems.follows = "systems";
inputs.hyprlang.follows = "hyprlang";
};
hyprland-protocols = {