{ pkgs, ... }: { environment.systemPackages = with pkgs; [ clang nodejs (python39.withPackages (pyPkgs: with pyPkgs; [ numpy ])) libcxx git gdb ]; programs.adb.enable = true; }