{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
clang
nodejs
python3
libcxx
git
];
programs.adb.enable = true;
}