diff --git a/nixos/flake.lock b/nixos/flake.lock index 314f9a32..ca7d5c96 100644 --- a/nixos/flake.lock +++ b/nixos/flake.lock @@ -792,16 +792,17 @@ ] }, "locked": { - "lastModified": 1781039451, - "narHash": "sha256-Pse69Wl0+cGF3KHhAScUGXj/cbPDozB3gbPJqlO5orY=", + "lastModified": 1780484690, + "narHash": "sha256-G3VOjqBgsnwaYQicqC4zjaUVCdsnzZ5sMPoUOPPnfXQ=", "owner": "VirtCode", "repo": "hypr-dynamic-cursors", - "rev": "98abbb6de02a7ed42be6b5494f58fa8f41242873", + "rev": "da447486c84e0be81f2cdd208af1ef92469f0a88", "type": "github" }, "original": { "owner": "VirtCode", "repo": "hypr-dynamic-cursors", + "rev": "da447486c84e0be81f2cdd208af1ef92469f0a88", "type": "github" } }, diff --git a/nixos/flake.nix b/nixos/flake.nix index c4fd32aa..30056428 100644 --- a/nixos/flake.nix +++ b/nixos/flake.nix @@ -160,7 +160,8 @@ }; hypr-dynamic-cursors = { - url = "github:VirtCode/hypr-dynamic-cursors"; + # Pinned: 98abbb6 requires Hyprland > 0.55.2 (MonitorState.hpp) + url = "github:VirtCode/hypr-dynamic-cursors/da447486c84e0be81f2cdd208af1ef92469f0a88"; inputs = { hyprland.follows = "hyprland"; nixpkgs.follows = "nixpkgs";