refactor: move utils to a separate file
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
{ pkgs, ... }: {
|
||||
home.packages = with pkgs; [
|
||||
burpsuite
|
||||
binwalk
|
||||
exiftool
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user