poppy/cli: add transmission_4, yt-dlp, himalaya, pay CLI tools
- transmission_4: BitTorrent daemon + -remote/-create/-show/-edit/-cli (transmission alias was removed in nixpkgs in favour of transmission_4) - yt-dlp: download from YouTube and 1000+ sites - himalaya: IMAP/SMTP/JMAP mail CLI (JSON output for agent) - pay: x402/MPP agentic payments CLI via callPackage ./pay.nix
This commit is contained in:
parent
a30aea52bf
commit
2aac5b7731
1 changed files with 7 additions and 0 deletions
|
|
@ -37,10 +37,17 @@
|
||||||
texliveFull # LaTeX (~4GB, для математики)
|
texliveFull # LaTeX (~4GB, для математики)
|
||||||
gita # manage multiple git repos
|
gita # manage multiple git repos
|
||||||
ffmpeg_7 # видео-конвертация (remux/перекодирование)
|
ffmpeg_7 # видео-конвертация (remux/перекодирование)
|
||||||
|
yt-dlp # скачивание с YouTube и 1000+ сайтов (эталонный CLI)
|
||||||
|
transmission_4 # BitTorrent: transmission-daemon + -remote + -create/show/edit CLI tools
|
||||||
|
himalaya # IMAP/SMTP/JMAP почтовый CLI (JSON-вывод для агента)
|
||||||
|
|
||||||
|
# x402 / MPP agentic payments CLI (Solana Foundation)
|
||||||
|
(pkgs.callPackage ./pay.nix {})
|
||||||
];
|
];
|
||||||
|
|
||||||
# TODO: global npm/pnpm packages not managed by nix for now
|
# TODO: global npm/pnpm packages not managed by nix for now
|
||||||
# install manually: pnpm i -g @mariozechner/pi-coding-agent
|
# install manually: pnpm i -g @mariozechner/pi-coding-agent
|
||||||
|
# NOTE: pay (x402 CLI) added above via callPackage ./pay.nix
|
||||||
|
|
||||||
# GPG agent is configured in home/pass.nix (only for pass)
|
# GPG agent is configured in home/pass.nix (only for pass)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue