mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-08 19:46:05 +01:00
10 lines
201 B
Nix
10 lines
201 B
Nix
{
|
|
programs.codex = {
|
|
enable = true;
|
|
settings = { };
|
|
};
|
|
nmt.script = ''
|
|
assertPathNotExists home-files/.codex/config.toml
|
|
assertPathNotExists home-files/.codex/config.yaml
|
|
'';
|
|
}
|