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:
parent
cc7407839d
commit
502d9b7d30
10 changed files with 88 additions and 10 deletions
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
programs.codex = {
|
||||
enable = true;
|
||||
custom-instructions = "";
|
||||
};
|
||||
nmt.script = ''
|
||||
assertPathNotExists home-files/.codex/AGENTS.md
|
||||
'';
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue