feat: add android-tools

This commit is contained in:
Ryan Yin
2024-03-11 20:53:20 +08:00
parent a79a64beaf
commit 5200f001c2

View File

@@ -0,0 +1,5 @@
{pkgs, ...}: {
home.packages = with pkgs; [
android-tools
];
}