1
0
Fork 0
This commit is contained in:
Lukas Wurzinger 2024-12-21 17:31:10 +01:00
parent d61e17b73a
commit b9cc3201b8
No known key found for this signature in database
6 changed files with 125 additions and 9 deletions

5
common/ripgrep.nix Normal file
View file

@ -0,0 +1,5 @@
{pkgs, ...}: {
environment.systemPackages = [
pkgs.ripgrep
];
}