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 = [
|
imports = [
|
||||||
../../common/users/meyer-wsl
|
../../common/users/meyer-wsl
|
||||||
../../common/systemModules/nix.nix
|
../../common/systemModules/nix.nix
|
||||||
|
@ -17,5 +18,6 @@
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
gcc
|
gcc
|
||||||
clang
|
clang
|
||||||
|
ripgrep
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue