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