add(hyprland): plugin is fixed!

This commit is contained in:
kenji
2025-12-31 13:57:52 -06:00
parent 588f1a17ca
commit 906ce21aaa
6 changed files with 47 additions and 15 deletions
+4
View File
@@ -27,6 +27,10 @@
url = "git+https://github.com/hyprwm/Hyprland?submodules=1";
inputs.nixpkgs.follows = "nixpkgs";
};
hyprsplit = {
url = "github:shezdy/hyprsplit";
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";