nixfiles/profiles/home-manager/reversing/discovery.nix
2024-07-24 14:13:59 +01:00

9 lines
109 B
Nix

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