Install ripgrep-all

This commit is contained in:
2023-04-24 23:24:36 +02:00
parent 7b7fbb64d8
commit bd8047d482
2 changed files with 6 additions and 0 deletions

5
home/rga.nix Normal file
View File

@ -0,0 +1,5 @@
{ pkgs, ... }: {
home.packages = with pkgs; [
ripgrep-all
];
}