codex: set desktop CLI package

This commit is contained in:
2026-06-12 00:43:52 -07:00
parent 8054fce6a3
commit 4e98850276
2 changed files with 7 additions and 3 deletions

View File

@@ -64,6 +64,10 @@ makeEnable config "myModules.code" true {
programs.codexDesktopLinux = { programs.codexDesktopLinux = {
enable = true; enable = true;
# Bake CODEX_CLI_PATH into the launcher so Codex Desktop always finds this
# CLI, regardless of how it is started (GUI autostart, app launcher,
# terminal, or warm-start handoff) and without needing a re-login.
cliPackage = pkgs.codex;
computerUseUi.enable = true; computerUseUi.enable = true;
remoteMobileControl.enable = true; remoteMobileControl.enable = true;
remoteControl = { remoteControl = {

6
nixos/flake.lock generated
View File

@@ -183,11 +183,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1781005942, "lastModified": 1781231404,
"narHash": "sha256-rAc/DbJww2q8kSXf8nQDtBRws0/dUUNtYEKG+UVmOKA=", "narHash": "sha256-RgbXa8W975nSV2zyQdcXjuQepahhlAF0cW6jwecU9x4=",
"owner": "colonelpanic8", "owner": "colonelpanic8",
"repo": "codex-desktop-linux", "repo": "codex-desktop-linux",
"rev": "6cd66b29bbc38884ef9a9a59d1add0c789009d74", "rev": "8b8c5f05774ec9a48664dcf657f9fb7761174f8c",
"type": "github" "type": "github"
}, },
"original": { "original": {