add herdr terminal agent multiplexer

Wire llmPkgs.herdr into home.packages alongside the other llm-agents tools. herdr is already exported by the existing llm-agents input (packages.herdr, v0.7.3) - no new flake input needed. On macOS it installs the upstream release binary; on Linux it builds from source via the numtide cache already trusted in system.nix. Depends on the llm-agents flake.lock bump (rev 6e9f6664e724) which first ships packages.herdr.
This commit is contained in:
Rasyidan Akbar F. 2026-07-13 09:54:05 +07:00
commit 7dbfcd18a0

View file

@ -293,6 +293,7 @@ in
llmPkgs.codex llmPkgs.codex
llmPkgs.rtk llmPkgs.rtk
llmPkgs.cursor-agent llmPkgs.cursor-agent
llmPkgs.herdr # latest - terminal agent multiplexer
] ]
++ zaiWrapperPackages ++ zaiWrapperPackages
++ kimiWrapperPackages ++ kimiWrapperPackages