mirror of
https://github.com/virtcode/hypr-dynamic-cursors
synced 2025-09-19 16:13:21 +02:00
fix nix
a fix nix a
This commit is contained in:
parent
133caf13ab
commit
f484e397fc
4 changed files with 192 additions and 65 deletions
|
@ -61,7 +61,7 @@ Add this flake to your inputs, note that using a mismatched/unsupported Hyprland
|
|||
|
||||
```nix
|
||||
inputs = {
|
||||
hyprland.url = "git+https://github.com/hyprwm/Hyprland?submodules=1"; # follows development branch of hyprland
|
||||
hyprland.url = "github:hyprwm/Hyprland"; # follows development branch of hyprland
|
||||
hypr-dynamic-cursors = {
|
||||
url = "github:VirtCode/hypr-dynamic-cursors";
|
||||
inputs.hyprland.follows = "hyprland"; # to make sure that the plugin is built for the correct version of hyprland
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue