Commit 7b0f181

HPCesia <me@hpcesia.com>
2025-08-11 13:26:53
feat: update ghostty config
1 parent 3b9f829
Changed files (2)
home
base
gui
terminals
linux
gui
plasma
home/base/gui/terminals/ghostty/default.nix
@@ -2,9 +2,17 @@
   programs.ghostty = {
     enable = true;
     enableBashIntegration = true;
+    enableFishIntegration = true;
     settings = {
+      font-family = "Maple Mono NF CN";
+      command = "fish";
       window-padding-x = 5;
       window-padding-y = 5;
+      window-padding-balance = true;
+      window-height = 32;
+      window-width = 128;
+      window-new-tab-position = "current";
+      copy-on-select = false;
     };
   };
 }
home/linux/gui/plasma/options/shortcuts.nix
@@ -1,7 +1,7 @@
 {...}: {
   programs.plasma = {
     shortcuts = {
-      "services/org.wezfurlong.wezterm.desktop"._launch = "Meta+`";
+      "services/com.mitchellh.ghostty.desktop"._launch = "Meta+`";
     };
     hotkeys.commands = {
       pot = {