a

fix nix

a
This commit is contained in:
Charlie Root 2024-10-24 21:26:52 +02:00
commit f484e397fc
Signed by: faukah
SSH key fingerprint: SHA256:jpYIt4Vkz1NBTQcks/N9OPTfTFxE6KF2W/rV7hrfrIw
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