1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-02 23:21:02 +01:00

codex: starting with v0.2.0 codex uses a TOML configuration file (#7388)

Updated related settings and test files to reflect the new format.
This commit is contained in:
Thierry Delafontaine 2025-07-06 15:58:22 +02:00 committed by GitHub
parent cc7407839d
commit 502d9b7d30
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 88 additions and 10 deletions

View file

@ -0,0 +1,9 @@
{
programs.codex = {
enable = true;
custom-instructions = "";
};
nmt.script = ''
assertPathNotExists home-files/.codex/AGENTS.md
'';
}