feat(nixos): add cursor-cli/claude-code/gemini-cli/opencode

This commit is contained in:
Ryan Yin
2026-03-24 12:19:56 +08:00
parent 914239487c
commit f373f5ee5b
4 changed files with 42 additions and 25 deletions

View File

@@ -145,6 +145,7 @@ in
# ai agents
".agents" # skills for all agents
".config/agents"
".claude"
".gemini"
".codex"
".config/opencode"
@@ -329,6 +330,10 @@ in
file = ".config/zoom.conf";
how = "symlink";
}
{
file = ".claude.json";
how = "bindmount";
}
];
};
};