comment out/remove unnecessary stuff

This commit is contained in:
EdenQwQ 2025-10-05 19:24:14 +08:00
parent f0f0f7b327
commit 546fe36923
17 changed files with 156 additions and 95 deletions

View file

@ -17,5 +17,5 @@
ANTHROPIC_AUTH_TOKEN = "$(cat ${config.age.secrets.anyrouter_token.path})";
ANTHROPIC_BASE_URL = "https://anyrouter.top";
};
home.packages = with pkgs; [ qwen-code ];
# home.packages = with pkgs; [ qwen-code ];
}