codex: init
This commit is contained in:
parent
7e3d76e7f7
commit
427c96044f
9 changed files with 118 additions and 0 deletions
14
tests/modules/programs/codex/custom-instructions.nix
Normal file
14
tests/modules/programs/codex/custom-instructions.nix
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
programs.codex = {
|
||||
enable = true;
|
||||
custom-instructions = ''
|
||||
- Always respond with emojis
|
||||
- Only use git commands when explicitly requested
|
||||
'';
|
||||
};
|
||||
nmt.script = ''
|
||||
assertFileExists home-files/.codex/AGENTS.md
|
||||
assertFileContent home-files/.codex/AGENTS.md \
|
||||
${./custom-instructions.md}
|
||||
'';
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue