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 | 00dff2fcd9a921106358b5c079bb0f40fbe8c858 (patch) | |
tree | 6585f45c2c8d30944adb345e2f1527e436c857d4 | |
parent | 9a63ce1d73415de1334567b544918e5076334bad (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 |