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