{ pkgs, config, ... }: { programs.ghostty = { enable = true; enableZshIntegration = true; installVimSyntax = true; settings = { font-family = "JetBrainsMono Nerd Font Mono"; macos-titlebar-style = "hidden"; }; }; }