Files
Olympus/modules/homes/nathan/home-manager/programs/terminal/ripgrep/default.nix
2026-04-22 08:25:10 -05:00

10 lines
131 B
Nix

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