stuff
This commit is contained in:
parent
d61e17b73a
commit
b9cc3201b8
6 changed files with 125 additions and 9 deletions
5
common/ripgrep.nix
Normal file
5
common/ripgrep.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{pkgs, ...}: {
|
||||
environment.systemPackages = [
|
||||
pkgs.ripgrep
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue