flake/users/guanranwang/home-manager/applications/ripgrep/default.nix
2023-11-30 02:48:13 +08:00

3 lines
45 B
Nix

{...}: {
programs.ripgrep.enable = true;
}