15 lines
166 B
Nix
15 lines
166 B
Nix
|
{ pkgs, ... }:
|
||
|
|
||
|
{
|
||
|
users.users.makefu.packages = with pkgs; [
|
||
|
mitmproxy
|
||
|
nmap
|
||
|
msf
|
||
|
drozer
|
||
|
dex2jar
|
||
|
apktool
|
||
|
jd-gui
|
||
|
android-studio
|
||
|
];
|
||
|
}
|