flake/users/guanranwang/home-manager/applications/ripgrep/default.nix

4 lines
45 B
Nix
Raw Normal View History

2023-11-29 18:38:05 +00:00
{...}: {
programs.ripgrep.enable = true;
}