add some cli tools

This commit is contained in:
Kopatz
2024-02-26 15:16:45 +01:00
parent 8466977f03
commit 6eb80cdd14
4 changed files with 14 additions and 2 deletions

9
modules/fh/forensik.nix Normal file
View File

@@ -0,0 +1,9 @@
{ pkgs, ...} :
{
environment.systemPackages = with pkgs; [
regripper
volatility3
foremost
binwalk
];
}