Switch to sonnet model for claude-code

This commit is contained in:
Yan Lin 2025-10-04 15:44:40 +02:00
parent 9115d69865
commit fe6de7cabd

View file

@ -205,7 +205,7 @@ in
model = mkOption {
type = types.str;
default = "opusplan";
default = "sonnet";
description = "Default model to use with Claude Code";
};