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