Commit 3a9cc99

HPCesia <me@hpcesia.com>
2026-05-25 12:55:50
feat: update ghostty config
1 parent 69ed2c6
Changed files (1)
modules
desktop
apps
terminal
modules/desktop/apps/terminal/ghostty/default.nix
@@ -5,7 +5,14 @@
       enableBashIntegration = true;
       enableFishIntegration = true;
       settings = {
+        # Common
         command = "fish";
+        copy-on-select = false;
+        window-inherit-working-directory = false;
+        tab-inherit-working-directory = true;
+        split-inherit-working-directory = true;
+
+        # Style
         window-padding-x = 5;
         window-padding-y = 5;
         window-padding-balance = true;
@@ -13,7 +20,6 @@
         window-width = 128;
         window-new-tab-position = "current";
         window-decoration = lib.mkIf osConfig.programs.niri.enable "none";
-        copy-on-select = false;
       };
     };
   };