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