Install ripgrep-all
This commit is contained in:
parent
7b7fbb64d8
commit
bd8047d482
@ -33,6 +33,7 @@ user:
|
||||
./qt.nix
|
||||
./redshift.nix
|
||||
./reversing.nix
|
||||
./rga.nix
|
||||
./rofi.nix
|
||||
./rust.nix
|
||||
./signal.nix
|
||||
|
5
home/rga.nix
Normal file
5
home/rga.nix
Normal file
@ -0,0 +1,5 @@
|
||||
{ pkgs, ... }: {
|
||||
home.packages = with pkgs; [
|
||||
ripgrep-all
|
||||
];
|
||||
}
|
Loading…
Reference in New Issue
Block a user