nixos/shell: add ripgrep

This commit is contained in:
Wroclaw 2025-03-12 08:44:39 +01:00
parent 6344181479
commit 5d5210546c

View file

@ -28,6 +28,7 @@ in
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
aliasDrag aliasDrag
rangerGit rangerGit
ripgrep
kitty kitty
zoxide zoxide
]; ];