nixfiles/home/reversing/reversing.nix

9 lines
102 B
Nix

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