mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-28 11:47:12 +08:00
zed env
This commit is contained in:
parent
93eb08a2f4
commit
3467335b33
1 changed files with 6 additions and 0 deletions
|
|
@ -27,6 +27,12 @@ in
|
|||
# '';
|
||||
};
|
||||
|
||||
# For Zed's Claude Code to work with Anthropic Vertex
|
||||
home.sessionVariables = {
|
||||
CLAUDE_CODE_USE_VERTEX = "1";
|
||||
ANTHROPIC_VERTEX_PROJECT_ID = "dev-ai-delta";
|
||||
};
|
||||
|
||||
programs.ssh = {
|
||||
enable = true;
|
||||
enableDefaultConfig = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue