mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-15 08:03:44 +00:00
4 lines
149 B
Nix
4 lines
149 B
Nix
{...}: {
|
|
home.file.".codex/AGENTS.md".source = ../config/codex/AGENTS.md;
|
|
home.file.".codex/config.toml".source = ../config/codex/config.toml;
|
|
}
|