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