mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-09-19 00:01:23 +02:00
chore(agents): remove Claude integrations
This commit is contained in:
@@ -12,7 +12,6 @@
|
||||
# Agents
|
||||
codex
|
||||
cursor-cli
|
||||
claude-code
|
||||
opencode
|
||||
kimi-code
|
||||
|
||||
|
||||
@@ -113,7 +113,6 @@
|
||||
opencode.type = "registry";
|
||||
cursor.type = "registry";
|
||||
codex-acp.type = "registry";
|
||||
claude-acp.type = "registry";
|
||||
};
|
||||
|
||||
# Privacy
|
||||
|
||||
@@ -12,13 +12,6 @@
|
||||
extraConfig = ''
|
||||
source /etc/agenix/alias-for-work.nushell
|
||||
|
||||
$env.CLAUDE_CODE_DISABLE_NONESSENTIAL_TRAFFIC = "1"
|
||||
$env.CLAUDE_CODE_ATTRIBUTION_HEADER = "0"
|
||||
|
||||
# for work
|
||||
$env.ANTHROPIC_BASE_URL = $env.WORK_ANTHROPIC_BASE_URL
|
||||
$env.ANTHROPIC_AUTH_TOKEN = $env.WORK_ANTHROPIC_AUTH_TOKEN
|
||||
|
||||
# Directories in this constant are searched by the
|
||||
# `use` and `source` commands.
|
||||
const NU_LIB_DIRS = $NU_LIB_DIRS ++ ['${nu_scripts}']
|
||||
|
||||
Reference in New Issue
Block a user