15 lines
326 B
Nix
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";
|
|
};
|
|
};
|
|
}
|