nix lsp for nvim

This commit is contained in:
2026-01-30 23:29:19 -06:00
parent b038dd3a41
commit 9c4ec53b0f
2 changed files with 9 additions and 1 deletions

View File

@@ -1,4 +1,7 @@
_:
{
programs.zsh.enable = true;
programs = {
zsh.enable = true;
nix-ld.enable = true;
};
}