{ pkgs, ... }: { environment = { systemPackages = with pkgs; [ git jq vim ]; }; }