Skip to content

Commit

Permalink
Add clang-tools to C++ default Nix configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
yousiki committed Dec 26, 2024
1 parent 9b48ae1 commit 57eb130
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/home/languages/cxx/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ in {
home = {
packages = with pkgs; [
clang
clang-tools
];
};
};
Expand Down

0 comments on commit 57eb130

Please sign in to comment.