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