devtools: add basic android stuff

This commit is contained in:
Grisha Shipunov 2025-01-14 22:49:48 +01:00
parent 4cc8443020
commit 52abc6cfd2

View file

@ -32,8 +32,13 @@
python313Full
pkgs.nixfmt-rfc-style
treefmt
android-tools
];
# android stuff
services.udev.packages = [
pkgs.android-udev-rules
];
# Wireshark
programs.wireshark = {
enable = true;