{ config, pkgs, ... }: { environment.systemPackages = with pkgs; [ gitAndTools.gitFull gitAndTools.git-extras git-lfs checkbashisms editorconfig-core-c go wrk ag ripgrep firefox-devedition-bin httpie jq discount ] ++ ( if !stdenv.isDarwin then [ whois ldns httping http-prompt ] else [ ] ); }