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 python313Full
pkgs.nixfmt-rfc-style pkgs.nixfmt-rfc-style
treefmt treefmt
android-tools
]; ];
# android stuff
services.udev.packages = [
pkgs.android-udev-rules
];
# Wireshark # Wireshark
programs.wireshark = { programs.wireshark = {
enable = true; enable = true;