blob: 8acb597e0c3586820c05a7c7d886529611e147fa [file] [log] [blame]
{pkgs, ...}: {
home.home = {
packages = [pkgs.ripgrep];
shellAliases.rg = "${pkgs.ripgrep}/bin/rg --smart-case --pretty --multiline-dotall";
};
}