Kieran's opinionated (and probably slightly dumb) nix config

chore: fix claude pro

dunkirk.sh 10e7c5a6 06b01b9e

verified
Changed files
+1
home-manager
modules
apps
+1
home-manager/modules/apps/crush.nix
···
type = "anthropic";
base_url = "https://api.anthropic.com/v1";
api_key = "Bearer $(bunx anthropic-api-key)";
+
system_prompt_prefix = "You are Claude Code, Anthropic's official CLI for Claude.";
extra_headers = {
"anthropic-version" = "2023-06-01";
"anthropic-beta" = "oauth-2025-04-20";