nixos-config/home/develop/langs/c.nix

10 lines
118 B
Nix

{pkgs, ...}: {
home.packages = with pkgs; [
clang-tools
buckle
valgrind
gdb
lldb
lld
];
}