1

Flake: Let hyprland plugins follow hyprland

This commit is contained in:
2025-07-22 14:16:33 +02:00
parent e65fbecd3c
commit ee677b5c4c
2 changed files with 473 additions and 6 deletions

View File

@ -47,8 +47,10 @@
# HyprPlugins
hyprland-plugins.url = "github:hyprwm/hyprland-plugins";
hyprland-plugins.inputs.nixpkgs.follows = "nixpkgs";
hyprland-plugins.inputs.hyprland.follows = "hyprland";
hypr-dynamic-cursors.url = "github:VirtCode/hypr-dynamic-cursors";
hypr-dynamic-cursors.inputs.nixpkgs.follows = "nixpkgs";
hypr-dynamic-cursors.inputs.hyprland.follows = "hyprland";
# NeoVim <3
nixvim.url = "github:nix-community/nixvim";