mirror of
https://github.com/srid/nixos-config.git
synced 2026-05-03 20:26:15 +08:00
claude
This commit is contained in:
parent
e7e2544d24
commit
fb5ee76b09
1 changed files with 3 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{ flake, pkgs, ... }:
|
||||
{
|
||||
home.packages = [
|
||||
flake.inputs.llm-agents.packages.${pkgs.stdenv.hostPlatform.system}.claude-code
|
||||
# flake.inputs.llm-agents.packages.${pkgs.stdenv.hostPlatform.system}.claude-code
|
||||
pkgs.tree
|
||||
];
|
||||
|
||||
|
|
@ -15,8 +15,8 @@
|
|||
# Un-nerf Claude Opus in Claude Code
|
||||
# effortLevel = "high";
|
||||
env = {
|
||||
CLAUDE_CODE_NO_FLICKER = "1";
|
||||
CLAUDE_CODE_DISABLE_ADAPTIVE_THINKING = "1";
|
||||
# CLAUDE_CODE_NO_FLICKER = "1";
|
||||
# CLAUDE_CODE_DISABLE_ADAPTIVE_THINKING = "1";
|
||||
CLAUDE_CODE_DISABLE_AUTO_MEMORY = "1";
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue