summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorGrisha Shipunov2025-01-14 22:49:48 +0100
committerGrisha Shipunov2025-01-14 22:49:48 +0100
commit52abc6cfd2b622cbb7cd6016684f685fad4d0414 (patch)
treecb31718e7f7e5a513750a202fb415f01d2e0a0a1 /modules
parent4cc8443020340503a528dff5b6c299aefd632a26 (diff)
devtools: add basic android stuff
Diffstat (limited to 'modules')
-rw-r--r--modules/devtools.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/devtools.nix b/modules/devtools.nix
index 8a5b81c..f91a57e 100644
--- a/modules/devtools.nix
+++ b/modules/devtools.nix
@@ -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;