mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-12 01:59:37 +08:00
10 lines
155 B
Nix
10 lines
155 B
Nix
{
|
|
programs.codex = {
|
|
enable = true;
|
|
custom-instructions = "";
|
|
};
|
|
nmt.script = ''
|
|
assertPathNotExists home-files/.codex/AGENTS.md
|
|
'';
|
|
}
|