From 5d5210546c839ed7f8cf0b30bc12c4ceb3fa1b08 Mon Sep 17 00:00:00 2001 From: Wroclaw Date: Wed, 12 Mar 2025 08:44:39 +0100 Subject: [PATCH] nixos/shell: add ripgrep --- nix-os/shell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nix-os/shell.nix b/nix-os/shell.nix index e4a79d2..01f59ea 100644 --- a/nix-os/shell.nix +++ b/nix-os/shell.nix @@ -28,6 +28,7 @@ in environment.systemPackages = with pkgs; [ aliasDrag rangerGit + ripgrep kitty zoxide ];