From 801fac269c7a55589b9a27d81afc000ca6703c75 Mon Sep 17 00:00:00 2001 From: satr14 Date: Mon, 4 May 2026 21:43:00 +0700 Subject: [PATCH] [skip ci] zed tweaks --- modules/home/core/code.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/modules/home/core/code.nix b/modules/home/core/code.nix index b3d3dc2..21268ff 100644 --- a/modules/home/core/code.nix +++ b/modules/home/core/code.nix @@ -11,6 +11,8 @@ "nix" ]; userSettings = { + diff_view_style = "unified"; + cli_default_open_behavior = "existing_window"; format_on_save = "off"; vim_mode = true; git.inline_blame.enabled = true; @@ -41,7 +43,9 @@ tool_permissions.default = "allow"; default_model = { provider = "copilot_chat"; - model = "claude-opus-4.6"; + model = "claude-sonnet-4.6"; + effort = "high"; + enable_thinking = false; }; }; theme = {