aboutsummaryrefslogtreecommitdiffhomepage
path: root/flake.nix
diff options
context:
space:
mode:
authorVaxry <[email protected]>2024-03-09 16:52:59 +0000
committerGitHub <[email protected]>2024-03-09 16:52:59 +0000
commitc3882bb83240b602277f2d22f21d71690531f62e (patch)
treec5e9a1110cd5d22ef700fd8b7408a418cba7c4f0 /flake.nix
parente7a5db4852d654596e554b9cdeaa2694b346ee03 (diff)
downloadHyprland-c3882bb83240b602277f2d22f21d71690531f62e.tar.gz
Hyprland-c3882bb83240b602277f2d22f21d71690531f62e.zip
internal: Support libhyprcursor (#5009)
woo --------- Co-authored-by: Mihai Fufezan <[email protected]>
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index ed52478a..e97ba1c9 100644
--- a/flake.nix
+++ b/flake.nix
@@ -16,6 +16,12 @@
flake = false;
};
+ hyprcursor = {
+ url = "github:hyprwm/hyprcursor";
+ inputs.nixpkgs.follows = "nixpkgs";
+ inputs.systems.follows = "systems";
+ };
+
hyprland-protocols = {
url = "github:hyprwm/hyprland-protocols";
inputs.nixpkgs.follows = "nixpkgs";