mirror of
https://github.com/srid/nixos-config.git
synced 2025-12-26 15:04:59 +08:00
infinitiude: cc vars
This commit is contained in:
parent
c5f7d82c88
commit
fb73af2c69
2 changed files with 7 additions and 7 deletions
|
|
@ -3,11 +3,17 @@
|
|||
imports = [
|
||||
flake.inputs.self.homeModules.default
|
||||
flake.inputs.self.homeModules.darwin-only
|
||||
(self + /modules/home/all/1password.nix)
|
||||
(flake.inputs.self + /modules/home/all/1password.nix)
|
||||
];
|
||||
|
||||
home.username = "srid";
|
||||
|
||||
# For Zed's Claude Code to work with Anthropic Vertex
|
||||
home.sessionVariables = {
|
||||
CLAUDE_CODE_USE_VERTEX = "1";
|
||||
ANTHROPIC_VERTEX_PROJECT_ID = "dev-ai-delta";
|
||||
};
|
||||
|
||||
home.packages = [
|
||||
] ++ lib.optionals pkgs.stdenv.isDarwin [
|
||||
pkgs.tart
|
||||
|
|
|
|||
|
|
@ -28,12 +28,6 @@ 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";
|
||||
};
|
||||
|
||||
home.username = "srid";
|
||||
home.stateVersion = "25.05";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue