Gitiles
Code Review
Sign In
git.clicks.codes
/
Minion
/
NixFiles
/
44570494db33126fe870be3ca42415ee5b177460
/
.
/
modules
/
ripgrep.nix
blob: 8acb597e0c3586820c05a7c7d886529611e147fa [
file
] [
log
] [
blame
]
{
pkgs
,
...}:
{
home
.
home
=
{
packages
=
[
pkgs
.
ripgrep
];
shellAliases
.
rg
=
"${pkgs.ripgrep}/bin/rg --smart-case --pretty --multiline-dotall"
;
};
}