Files
nix-config/modules/fh/forensik.nix
2024-02-28 13:17:02 +01:00

9 lines
123 B
Nix

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