{ pkgs, ...}: { environment = { systemPackages = with pkgs; [ # General git socat # C/C++ bison gcc cmake gnumake ninja pkgconfig qtcreator qt5.full # Java gradle jetbrains.idea-ultimate maven # NixOS nix-prefetch-scripts ]; }; }