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