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

4 lines
41 B
Nix
Raw Normal View History

2023-12-02 10:42:59 +00:00
_: {
2023-11-29 18:38:05 +00:00
programs.ripgrep.enable = true;
}