nixnew/modules/user/dev-support.nix

10 lines
120 B
Nix
Raw Normal View History

2023-06-28 06:46:48 +00:00
{ pkgs, ... }: {
home.packages = with pkgs; [
rust-analyzer
clang-tools_16
bear
2023-06-28 07:30:55 +00:00
gdb
pwndbg
2023-06-28 06:46:48 +00:00
];
}