Gitiles
Code Review
Sign In
git.clicks.codes
/
Minion
/
NixFiles
/
ce6f7fa85f5e4001912a1e4376d54d1aef4ea109
/
.
/
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"
;
};
}