Files
nix-config/modules/fh/forensik.nix
2024-03-16 12:52:16 +01:00

12 lines
174 B
Nix

{ pkgs, ...} :
{
environment.systemPackages = with pkgs; [
regripper
foremost
binwalk
sleuthkit
samdump2
apktool
];
}