infra/module/aspect/software/software-tty/ripgrep.nix
2025-12-01 13:23:24 +07:00

10 lines
127 B
Nix

{
den.aspects = {
software-tty = {
homeManager = {
programs.ripgrep.enable = true;
};
};
};
}