From 3e3941a9f3c5ad83327595f12767123df66c0c34 Mon Sep 17 00:00:00 2001 From: Martin Date: Tue, 24 Jun 2025 20:59:47 +0200 Subject: [PATCH] Add cli tools --- nix/user/sh.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nix/user/sh.nix b/nix/user/sh.nix index eb4f996..62ba53e 100644 --- a/nix/user/sh.nix +++ b/nix/user/sh.nix @@ -78,12 +78,15 @@ programs.bat.enable = true; programs.ripgrep.enable = true; + programs.btop.enable = true; home.packages = with pkgs; [ fd du-dust glow ripgrep-all + viddy + duf (python313.withPackages(ps: [ ps.llm ps.llm-anthropic ps.llm-gemini ])) #nerdfonts ];