sys: add android-tools to android module

This commit is contained in:
Fabian Montero 2025-09-26 14:20:59 -06:00
parent a5291c6e71
commit ffe6069985
Signed by: fabian
GPG key ID: 8036F30EDBAC8447

View file

@ -14,5 +14,9 @@ in {
services.udev.packages = with pkgs; [
android-udev-rules
];
environment.systemPackages = with pkgs; [
android-tools
];
};
}