fix(hypr): plugins future proofing via following hyprland pkgs

although hyprlandPlugins is an easy way to handle plugins, it is not
great due to pkg incompatibility.
This commit is contained in:
kenji
2026-05-21 20:59:09 -05:00
parent ccbd2362b2
commit d22beb4580
3 changed files with 12 additions and 4 deletions
+8
View File
@@ -34,6 +34,14 @@
url = "github:hyprwm/hyprland-plugins";
inputs.hyprland.follows = "hyprland";
};
hyprspace = {
url = "github:KZDKM/Hyprspace";
inputs.hyprland.follows = "hyprland";
};
hypr-dynamic-cursors = {
url = "github:Virtcode/hypr-dynamic-cursors";
inputs.hyprland.follows = "hyprland";
};
nixovim = {
# FIXME: treesitter does not install automatically (disabled due to read-only problems)
url = "git+https://git.sakamoto.dev/kenji/nixovim.git";