{ config, pkgs, ... }: { home.packages = with pkgs; [ checkbashisms editorconfig-core-c go mosh wrk ag (ripgrep.override { withPCRE2 = true; }) httpie jq discount ] ++ ( if !stdenv.isDarwin then [ ldns httping firefox-devedition-bin ] else [ ] ); }