From 8a4a06ae854ff55ac4b760fc9cb6814b1dc33329 Mon Sep 17 00:00:00 2001 From: Jan Kremer Date: Thu, 8 Jan 2026 08:46:55 +0100 Subject: [PATCH] ghostty: Change titlebar style to tabs --- modules/home-manager/ghostty.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/home-manager/ghostty.nix b/modules/home-manager/ghostty.nix index 72ef72b..d7fcf75 100644 --- a/modules/home-manager/ghostty.nix +++ b/modules/home-manager/ghostty.nix @@ -9,6 +9,7 @@ window-padding-balance = true; mouse-hide-while-typing = true; macos-option-as-alt = "left"; + macos-titlebar-style = "tabs"; }; }; }