chore: add qrtool & herdr

This commit is contained in:
Ryan Yin
2026-08-07 14:15:26 +08:00
parent 58e056486d
commit a804c56263
+2
View File
@@ -5,6 +5,7 @@
[ [
mitmproxy # http/https proxy tool mitmproxy # http/https proxy tool
wireshark # network analyzer wireshark # network analyzer
qrtool # decode/encode qr code
] ]
# AI Agent Tools # AI Agent Tools
++ (with llm-agents.packages.${pkgs.stdenv.hostPlatform.system}; [ ++ (with llm-agents.packages.${pkgs.stdenv.hostPlatform.system}; [
@@ -17,5 +18,6 @@
# Utilities # Utilities
rtk # CLI proxy that reduces LLM token consumption rtk # CLI proxy that reduces LLM token consumption
herdr # Terminal workspace manager for AI coding agents
]); ]);
} }