Files
Olympus/modules/users/nathan/home-manager/features/ripgrep.nix
2026-04-22 13:27:21 -05:00

10 lines
139 B
Nix

{ ... }: {
flake.homeModules.nathan-ripgrep = { ... }: {
programs.ripgrep = {
enable = true;
};
};
}