Compare commits

...

2 commits

Author SHA1 Message Date
16ceef0c36
sys: add android-tools to android module 2025-09-26 14:22:30 -06:00
51ae8d2b00
test 2025-09-24 21:27:41 -06:00

View file

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