fix: fix nix flake (#29)

a

fix nix

a
This commit is contained in:
Charlie Root 2024-10-24 20:06:40 +00:00 committed by GitHub
commit 6f415894d6
Failed to generate hash of commit
4 changed files with 192 additions and 65 deletions

View file

@ -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