From aa548ca2dbd7dc2d19461cbdcdbfdfc1c1363918 Mon Sep 17 00:00:00 2001 From: Gabe Venberg Date: Sat, 25 Oct 2025 21:56:40 +0200 Subject: [PATCH] made ghostty not inherrit last working dir. --- configs/home-manager/ghostty.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/home-manager/ghostty.nix b/configs/home-manager/ghostty.nix index 6221dae..06a1482 100644 --- a/configs/home-manager/ghostty.nix +++ b/configs/home-manager/ghostty.nix @@ -21,6 +21,7 @@ background-blur = true; background-opacity-cells = true; window-decoration = "server"; + window-inherit-working-directory = false; }; }; }