From 265c7924d85e2ad5f2ff0e9f59c03403028eaef4 Mon Sep 17 00:00:00 2001 From: fred21O4 <67189813+fred21O4@users.noreply.github.com> Date: Sun, 7 Apr 2024 04:18:43 +1200 Subject: [PATCH] flake.nix: add hyprcursor follows (#5435) fixes a duplicate hyprlang instance sometimes being created due to hyprcursor not following hyprlands instance --- flake.nix | 1 + 1 file changed, 1 insertion(+) 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 = {