feat: add android development tools

This commit is contained in:
Jacob Bachmann 2024-09-26 16:38:25 +02:00
parent f5c0ca4eab
commit 31fdc06360
Signed by: bchmnn
GPG key ID: 732A612DAD28067D
4 changed files with 8 additions and 5 deletions

View file

@ -61,6 +61,9 @@
]
++ lib.optionals nixosConfig.bchmnn.collections.development.enable [
wireshark # powerful network protocol analyzer
jadx # dex to java decompiler
unstable.httptoolkit # http(s) debugging, development & testing tool
android-studio # the official ide for android (stable channel)
];
}