Cleanup ghostty on macos

This commit is contained in:
2025-09-25 14:36:04 +02:00
parent 7dfe71e57c
commit 9bed60a97e

View File

@@ -4,7 +4,7 @@
package = package =
if pkgs.stdenv.isLinux if pkgs.stdenv.isLinux
then pkgs.ghostty then pkgs.ghostty
else null; else pkgs.ghostty-bin;
enableZshIntegration = true; enableZshIntegration = true;
clearDefaultKeybinds = true; clearDefaultKeybinds = true;
settings = { settings = {
@@ -18,6 +18,7 @@
shell-integration-features = "no-cursor,sudo,title"; shell-integration-features = "no-cursor,sudo,title";
cursor-style-blink = false; cursor-style-blink = false;
maximize = true;
window-padding-x = 0; window-padding-x = 0;
window-padding-y = 0; window-padding-y = 0;
window-padding-balance = true; window-padding-balance = true;