1 2 3 4
{ pkgs, ... }: { home.packages = with pkgs; [ ripgrep-all ]; # programs.ripgrep.enable = true; }