mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-08-25 12:33:56 +02:00
chore: add qrtool & herdr
This commit is contained in:
@@ -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
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user