dotfiles/common/users/homeModules/dev/ide/reverseEng.nix

10 lines
139 B
Nix
Raw Normal View History

2024-12-16 20:09:07 -05:00
{pkgs, ...}: {
home = {
packages = with pkgs; [
ghidra
ida-free
2025-01-15 17:50:08 -05:00
cutter
2024-12-16 20:09:07 -05:00
];
};
}