mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-08 19:46:05 +01:00
9 lines
155 B
Nix
9 lines
155 B
Nix
{
|
|
programs.codex = {
|
|
enable = true;
|
|
custom-instructions = "";
|
|
};
|
|
nmt.script = ''
|
|
assertPathNotExists home-files/.codex/AGENTS.md
|
|
'';
|
|
}
|