mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-06-07 21:13:03 -04:00
add ripgrep
This commit is contained in:
parent
e5fff54adf
commit
39c7edf2fb
1 changed files with 20 additions and 18 deletions
|
@ -1,4 +1,5 @@
|
|||
{pkgs, ...}: {
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
imports = [
|
||||
../../common/users/meyer-wsl
|
||||
../../common/systemModules/nix.nix
|
||||
|
@ -17,5 +18,6 @@
|
|||
environment.systemPackages = with pkgs; [
|
||||
gcc
|
||||
clang
|
||||
ripgrep
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue