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
|
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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue