10 lines
139 B
Nix
10 lines
139 B
Nix
{ ... }: {
|
|
|
|
flake.homeModules.nathan-ripgrep = { ... }: {
|
|
|
|
programs.ripgrep = {
|
|
enable = true;
|
|
};
|
|
};
|
|
}
|