Group clangtools together, also add nodejs for copilot in neovim

This commit is contained in:
Martin Larsson 2025-02-14 12:44:48 +00:00
parent 41d1a71cac
commit 9be43da63a

View file

@ -82,8 +82,6 @@ in
jq jq
starship starship
fastfetch fastfetch
clang
clang-tools
nixfmt-rfc-style nixfmt-rfc-style
luajit luajit
zoxide zoxide
@ -93,7 +91,6 @@ in
zig zig
zls zls
nil nil
lldb
gopls gopls
delve delve
golangci-lint golangci-lint
@ -108,6 +105,10 @@ in
ninja ninja
tldr tldr
nerd-fonts.caskaydia-mono nerd-fonts.caskaydia-mono
clang
clang-tools
lldb
nodejs
]; ];
file = symlinkFiles; file = symlinkFiles;