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