3 lines
77 B
Nix
3 lines
77 B
Nix
{pkgs, ...}: {
|
|
home.packages = with pkgs; [clang-tools buckle gdb lldb];
|
|
}
|