old
 1{...}: {
 2  programs.ghostty = {
 3    enable = true;
 4    enableBashIntegration = true;
 5    enableFishIntegration = true;
 6    settings = {
 7      font-family = "Maple Mono NF CN";
 8      command = "fish";
 9      window-padding-x = 5;
10      window-padding-y = 5;
11      window-padding-balance = true;
12      window-height = 32;
13      window-width = 128;
14      window-new-tab-position = "current";
15      copy-on-select = false;
16    };
17  };
18}