{ pkgs, ... }:
{
users.users.makefu.packages = with pkgs; [
mitmproxy
nmap
msf
drozer
dex2jar
apktool
jd-gui
android-studio
jdk
jre
openssl
];
}