devtools: add basic android stuff
This commit is contained in:
parent
4cc8443020
commit
52abc6cfd2
1 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue