add android-studio

This commit is contained in:
Charlotte 🦝 Delenk 2022-04-11 14:20:46 +01:00
parent 97aec34ad6
commit fd197c7670
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -1,5 +1,6 @@
{ pkgs, ... }: {
home.packages = with pkgs; [
ghidra
android-studio
];
}