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