Files
nix-config/modules/fh/forensik.nix
2024-03-06 13:22:56 +01:00

11 lines
158 B
Nix

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