Files
Olympus/modules/users/nathan/home-manager/features/ripgrep.nix
2026-04-22 09:46:04 -05:00

10 lines
131 B
Nix

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