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

@@ -5,7 +5,12 @@
]; ];
hjem.users.${username}.packages = with pkgs; [ hjem.users.${username}.packages = with pkgs; [
clang
lld
llvmPackages.bintools
tlrc tlrc
rustc
cargo
unzip unzip
neovim neovim
btop btop

View File

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