diff --git a/home/base/gui/dev-tools.nix b/home/base/gui/dev-tools.nix index 5eb59631..37385d7d 100644 --- a/home/base/gui/dev-tools.nix +++ b/home/base/gui/dev-tools.nix @@ -5,6 +5,7 @@ [ mitmproxy # http/https proxy tool wireshark # network analyzer + qrtool # decode/encode qr code ] # AI Agent Tools ++ (with llm-agents.packages.${pkgs.stdenv.hostPlatform.system}; [ @@ -17,5 +18,6 @@ # Utilities rtk # CLI proxy that reduces LLM token consumption + herdr # Terminal workspace manager for AI coding agents ]); }