9 lines
155 B
Nix
9 lines
155 B
Nix
{
|
|
programs.codex = {
|
|
enable = true;
|
|
custom-instructions = "";
|
|
};
|
|
nmt.script = ''
|
|
assertPathNotExists home-files/.codex/AGENTS.md
|
|
'';
|
|
}
|