nixfiles/home/reversing/reversing.nix
2021-12-26 14:07:09 +00:00

9 lines
114 B
Nix

{ pkgs, ... }: {
home.packages = with pkgs; [
binwalk
file
binutils # strings
diffoscope
];
}