diff --git a/home/base/core/npm.nix b/home/base/core/npm.nix index c3756cf9..eaa3499c 100644 --- a/home/base/core/npm.nix +++ b/home/base/core/npm.nix @@ -3,7 +3,7 @@ # make `npm install -g ` happey # # mainly used to install npm packages that updates frequently - # such as gemini-cli, claude-code, etc. + # such as opencode, codex, etc. home.file.".npmrc".text = '' prefix=${config.home.homeDirectory}/.npm ''; diff --git a/home/base/tui/shell/default.nix b/home/base/tui/shell/default.nix index 14e47b2c..fe911349 100644 --- a/home/base/tui/shell/default.nix +++ b/home/base/tui/shell/default.nix @@ -12,28 +12,6 @@ extraConfig = '' source /etc/agenix/alias-for-work.nushell - $env.CLAUDE_CODE_DISABLE_NONESSENTIAL_TRAFFIC = "1" - # using claude-code with kimi k2 - # https://platform.moonshot.cn/docs/guide/agent-support - # $env.ANTHROPIC_BASE_URL = "https://api.moonshot.cn/anthropic/" - # $env.ANTHROPIC_AUTH_TOKEN = $env.MOONSHOT_API_KEY - # $env.ANTHROPIC_MODEL = "kimi-k2-thinking" - # $env.ANTHROPIC_DEFAULT_HAIKU_MODEL = "kimi-k2-thinking-turbo" - - # using claude-code with glm llm - # https://docs.bigmodel.cn/cn/coding-plan/tool/claude - $env.ANTHROPIC_BASE_URL = "https://open.bigmodel.cn/api/anthropic" - $env.ANTHROPIC_AUTH_TOKEN = $env.ZAI_API_KEY - $env.ANTHROPIC_MODEL = "glm-4.7" - $env.ANTHROPIC_DEFAULT_HAIKU_MODEL = "glm-4.5-air" - - # using claude-code with qwen llm - # https://bailian.console.aliyun.com/?tab=doc#/doc/?type=model&url=2949529 - # $env.ANTHROPIC_BASE_URL = "https://dashscope.aliyuncs.com/apps/anthropic" - # $env.ANTHROPIC_AUTH_TOKEN = $env.DASHSCOPE_API_KEY - # $env.ANTHROPIC_MODEL = "qwen-plus" # 千万别用 qwen-max, 超级无敌贵 - # $env.ANTHROPIC_DEFAULT_HAIKU_MODEL = "qwen-turbo" - # Directories in this constant are searched by the # `use` and `source` commands. const NU_LIB_DIRS = $NU_LIB_DIRS ++ ['${nu_scripts}'] diff --git a/home/linux/gui/base/editors.nix b/home/linux/gui/base/editors.nix index 972a366f..de228b5c 100644 --- a/home/linux/gui/base/editors.nix +++ b/home/linux/gui/base/editors.nix @@ -16,8 +16,6 @@ in { home.packages = [ pkgs-master.code-cursor - # pkgs-master.zed-editor - # pkgs-master.antigravity-fhs ]; programs.vscode = {