From 068471c01c7699f6070b012a483688ea3f85ed1f Mon Sep 17 00:00:00 2001 From: Henri Dohmen Date: Tue, 1 Apr 2025 21:05:10 +0200 Subject: [PATCH] add ripgrep, fd --- mod/shell.nix | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/mod/shell.nix b/mod/shell.nix index 27c9cb8..a10d16b 100644 --- a/mod/shell.nix +++ b/mod/shell.nix @@ -1,21 +1,23 @@ { pkgs, ... }: { environment.shells = with pkgs; [ - fish bashInteractive + fish ]; environment.systemPackages = with pkgs; [ - wget - htop bc + docker-compose + fd gh gnumake + htop killall - stow - docker-compose + ripgrep starship + stow unzip + wget wl-clipboard ];