blob: 8acb597e0c3586820c05a7c7d886529611e147fa [file] [log] [blame]
Skyler Grey7418e822022-09-01 23:57:06 +01001{pkgs, ...}: {
2 home.home = {
3 packages = [pkgs.ripgrep];
4 shellAliases.rg = "${pkgs.ripgrep}/bin/rg --smart-case --pretty --multiline-dotall";
5 };
6}