feat: install codex cli, add yolo ssh host aliases

cliPackage only points the desktop app at codex; it never put the cli on
PATH, so `codex` was missing.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
naps62
2026-08-17 07:59:34 +00:00
parent e0e71a44d1
commit 2e23c695a2
3 changed files with 48 additions and 0 deletions
+4
View File
@@ -9,6 +9,10 @@ in
{
imports = [ inputs.codex-desktop-linux.homeManagerModules.default ];
# cliPackage only tells the desktop app where to find codex; it does not put
# it on PATH, so the cli needs installing separately.
home.packages = [ codex-cli ];
programs.codexDesktopLinux = {
enable = true;
cliPackage = codex-cli;