nixfiles/home/reversing/discovery.nix

9 lines
109 B
Nix

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