Files
nix-config/modules/hm/shell/ripgrep.nix
2026-05-06 19:48:33 +05:30

6 lines
83 B
Nix

{
flake.modules.homeManager.shell = {
programs.ripgrep.enable = true;
};
}