Skip to content

Commit c53f115

Browse files
authored
feat(home): change claude-code default model to sonnet (#419)
## Summary - Change `programs.claude-code.settings.model` from `"opus"` to `"sonnet"` Stacked on #418. 🤖 Generated with [Claude Code](https://claude.com/claude-code)
1 parent 532b9e4 commit c53f115

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/home/development.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ in {
3737
};
3838
};
3939
settings = {
40-
model = "opus";
40+
model = "sonnet";
4141
# Disabled in favor of Basic Memory MCP for cross-device access
4242
autoMemoryEnabled = false;
4343
permissions = {

0 commit comments

Comments
 (0)