nix-config/modules/home-manager/ghostty.nix
2026-01-26 09:37:52 +01:00

16 lines
357 B
Nix

{
programs.ghostty = {
enable = true;
package = null;
enableZshIntegration = true;
settings = {
font-family = "0xProto";
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";
};
};
}