Personal Nix setup
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Switch to claude-code-bin pkg

+2 -1
+2 -1
home/development/claude.nix
··· 16 16 config = mkIf cfg.claude.enable { 17 17 programs.claude-code = { 18 18 enable = true; 19 + package = pkgs.claude-code-bin; 19 20 settings = { 20 21 env = { 21 22 CLAUDE_CODE_DISABLE_NONESSENTIAL_TRAFFIC = "1"; ··· 25 26 spinnerTipsEnabled = false; 26 27 feedbackSurveyRate = 0.0; 27 28 editorMode = "vim"; 28 - theme = "light-ansi"; 29 + theme = "dark-ansi"; 29 30 }; 30 31 }; 31 32 };