8 lines
90 B
Nix
8 lines
90 B
Nix
{ pkgs, ... }: {
|
|
home.packages = with pkgs; [
|
|
gdb
|
|
ghidra-bin
|
|
radare2
|
|
];
|
|
}
|