{ pkgs, ... }: { environment.systemPackages = with pkgs; [ git nano curl wget jq ripgrep ]; }