mirror of
https://github.com/srid/nixos-config.git
synced 2026-05-02 19:57:49 +08:00
unnerf opus really
This commit is contained in:
parent
e4c0ed531d
commit
ed49dac1cd
1 changed files with 4 additions and 5 deletions
|
|
@ -1,7 +1,8 @@
|
|||
{ pkgs, ... }:
|
||||
{ flake, pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
tree
|
||||
home.packages = [
|
||||
flake.inputs.llm-agents.packages.${pkgs.stdenv.hostPlatform.system}.claude-code
|
||||
pkgs.tree
|
||||
];
|
||||
|
||||
home.file.".claude/settings.json" = {
|
||||
|
|
@ -15,11 +16,9 @@
|
|||
# See: https://x.com/kunchenguid/status/2043720881990725868
|
||||
effortLevel = "high";
|
||||
env = {
|
||||
# CLAUDE_CODE_DISABLE_1M_CONTEXT = "1";
|
||||
CLAUDE_CODE_NO_FLICKER = "1";
|
||||
CLAUDE_CODE_DISABLE_ADAPTIVE_THINKING = "1";
|
||||
CLAUDE_CODE_DISABLE_AUTO_MEMORY = "1";
|
||||
CLAUDE_SUBAGENT_MODEL = "sonnet";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue