From 7f13d21e5156830a346c075866b7fcc0c74b735b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Niemier?= <~@hauleth.dev> Date: Mon, 16 Feb 2026 10:38:39 +0100 Subject: [PATCH] Make Ghostty splits behave as expected --- modules/ghostty.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/ghostty.nix b/modules/ghostty.nix index 58a1c8c..06ce78b 100644 --- a/modules/ghostty.nix +++ b/modules/ghostty.nix @@ -17,7 +17,10 @@ in { font-size = 14; font-feature = ["-dlig" "-liga"]; + working-directory = "home"; window-inherit-working-directory = false; + tab-inherit-working-directory = false; + split-inherit-working-directory = true; # macos-titlebar-style = "tabs"; -- 2.51.2