add ripgrep

This commit is contained in:
sadan 2025-05-16 19:57:19 +00:00
parent e5fff54adf
commit 39c7edf2fb
No known key found for this signature in database

View file

@ -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
];
}