feat: add codex-cli to laptop config

This commit is contained in:
Jet 2026-03-18 21:52:42 -07:00
parent d0381a9dca
commit e746067945
No known key found for this signature in database
5 changed files with 118 additions and 31 deletions

View file

@ -22,6 +22,10 @@
url = "github:ryoppippi/claude-code-overlay";
inputs.nixpkgs.follows = "nixpkgs";
};
codex-cli-nix = {
url = "github:sadjow/codex-cli-nix";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs =