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 ];