From dd404951adfb2823bda38eb44f797e705ba95214 Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Mon, 5 Jan 2026 22:26:18 +0100 Subject: [PATCH] minor --- modules/claude-code.nix | 1 + modules/ghostty.nix | 5 ++--- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/claude-code.nix b/modules/claude-code.nix index f5201ff..2fc7673 100644 --- a/modules/claude-code.nix +++ b/modules/claude-code.nix @@ -140,6 +140,7 @@ let spinnerTipsEnabled = false; todoEnabled = true; autoCompactEnabled = true; + alwaysThinkingEnabled = true; permissions = defaultPermissions; }; diff --git a/modules/ghostty.nix b/modules/ghostty.nix index 7c6db59..8208bf4 100644 --- a/modules/ghostty.nix +++ b/modules/ghostty.nix @@ -101,9 +101,8 @@ in # Quit behavior confirm-close-surface = false; - # Platform-specific: Hide title bar to save space - macos-titlebar-style = "hidden"; # macOS - gtk-titlebar = false; # GNOME/Linux + macos-titlebar-style = "hidden"; + macos-option-as-alt = "left"; } # Conditional window settings based on mode