nix-config/modules/home-manager/ghostty.nix
2025-07-08 10:05:22 +02:00

14 lines
289 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";
};
};
}