nix-config/modules/home-manager/ghostty.nix
2026-01-08 08:46:55 +01:00

15 lines
326 B
Nix

{
programs.ghostty = {
enable = true;
package = null;
enableZshIntegration = true;
settings = {
font-size = 16;
window-padding-x = 5;
window-padding-balance = true;
mouse-hide-while-typing = true;
macos-option-as-alt = "left";
macos-titlebar-style = "tabs";
};
};
}