From 2bc17b5cfd65a9537a9c56e74c9e7918156015e0 Mon Sep 17 00:00:00 2001 From: Collin Williams <96917990+bluedragon1221@users.noreply.github.com> Date: Thu, 19 Mar 2026 10:59:12 -0500 Subject: changes (idk) --- hosts/mercury/hjem.nix | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) (limited to 'hosts/mercury/hjem.nix') diff --git a/hosts/mercury/hjem.nix b/hosts/mercury/hjem.nix index 1839625..1e87ddd 100644 --- a/hosts/mercury/hjem.nix +++ b/hosts/mercury/hjem.nix @@ -8,9 +8,7 @@ prismlauncher mpv - claude-code - - lagrange + opencode musescore vital @@ -43,16 +41,4 @@ socks5-addr = "localhost:1666" ''; - - files.".claude/settings.json".text = builtins.toJSON { - env = { - ANTHROPIC_BASE_URL = "http://localhost:4141"; - ANTHROPIC_AUTH_TOKEN = "sk-dummy"; - ANTHROPIC_MODEL = "claude-sonnet-4.5"; - ANTHROPIC_DEFAULT_HAIKU_MODEL = "gpt-5-mini"; - DISABLE_NON_ESSENTIAL_MODEL_CALLS = "1"; - CLAUDE_CODE_DISABLE_NONESSENTIAL_TRAFFIC = "1"; - CLAUDE_CODE_ATTRIBUTION_HEADER = "0"; - }; - }; } -- cgit v1.3.1