refactor: move utils to a separate file

This commit is contained in:
2025-04-18 02:52:44 +03:00
parent a84a509cf8
commit 24f013c765
2 changed files with 11 additions and 3 deletions

View File

@ -0,0 +1,7 @@
{ pkgs, ... }: {
home.packages = with pkgs; [
burpsuite
binwalk
exiftool
];
}