Add neovim_git flake input, and use neovim_git in nixvim

This commit is contained in:
ulic-youthlic 2025-07-13 06:04:55 +08:00
parent 3649602a07
commit e70d021a24
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
4 changed files with 271 additions and 44 deletions

View file

@ -194,6 +194,11 @@
owner = "nix-community";
repo = "nixvim";
};
neovim-nightly = {
type = "github";
owner = "nix-community";
repo = "neovim-nightly-overlay";
};
lanzaboote = {
type = "github";