mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-24 09:48:30 +02:00
feat(nixos): add cursor-cli/claude-code/gemini-cli/opencode
This commit is contained in:
@@ -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";
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user