mirror of
https://github.com/nix-community/home-manager
synced 2024-11-01 16:59:43 +01:00
2951946183
* ripgrep: add module * ripgrep: Apply suggestions from code review Co-authored-by: Naïm Favier <n@monade.li> * ripgrep: fix maintainers Co-authored-by: Naïm Favier <n@monade.li> * ripgrep: rename config into arguments --------- Co-authored-by: Naïm Favier <n@monade.li>
4 lines
112 B
Nix
4 lines
112 B
Nix
{
|
|
ripgrep-default-arguments = ./default-arguments.nix;
|
|
ripgrep-custom-arguments = ./custom-arguments.nix;
|
|
}
|