From 9be43da63a5ff82fe4178697234771cc2b709bbe Mon Sep 17 00:00:00 2001 From: Martin Larsson Date: Fri, 14 Feb 2025 12:44:48 +0000 Subject: [PATCH] Group clangtools together, also add nodejs for copilot in neovim --- nix/pkgs/home.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/nix/pkgs/home.nix b/nix/pkgs/home.nix index c1f1de8..a8cfd36 100644 --- a/nix/pkgs/home.nix +++ b/nix/pkgs/home.nix @@ -82,8 +82,6 @@ in jq starship fastfetch - clang - clang-tools nixfmt-rfc-style luajit zoxide @@ -93,7 +91,6 @@ in zig zls nil - lldb gopls delve golangci-lint @@ -108,6 +105,10 @@ in ninja tldr nerd-fonts.caskaydia-mono + clang + clang-tools + lldb + nodejs ]; file = symlinkFiles;