diff options
author | sinanmohd <pcmsinan@gmail.com> | 2023-07-04 21:53:41 +0530 |
---|---|---|
committer | sinanmohd <pcmsinan@gmail.com> | 2023-07-04 21:53:41 +0530 |
commit | 0bd6b528dfb3f14b8dc0a5478dcb362e310ac224 (patch) | |
tree | 6585f45c2c8d30944adb345e2f1527e436c857d4 | |
parent | 4ffb9104a809723f543473fe1146997bb4b5da2f (diff) |
pkgs: add android-tools for adb
-rw-r--r-- | configuration.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configuration.nix b/configuration.nix index 5637062..c336c37 100644 --- a/configuration.nix +++ b/configuration.nix @@ -33,6 +33,7 @@ in isNormalUser = true; extraGroups = [ "wheel" ]; packages = with pkgs; [ + android-tools geoipWithDatabase dig nnn |