some ghostty fixes

This commit is contained in:
Dennis Schoepf 2026-03-05 23:19:13 +01:00
parent 7305d9cb6b
commit 8c1438bf10

View file

@ -39,14 +39,14 @@
package = if pkgs.stdenv.isDarwin then null else pkgs.ghostty;
enableFishIntegration = true;
settings = {
font-size = if pkgs.stdenv.isDarwin then 18 else 14;
font-size = if pkgs.stdenv.isDarwin then 17 else 14;
font-family = "VictorMono Nerd Font";
font-style = "SemiBold";
background-opacity = 0.945;
macos-titlebar-style = "transparent";
window-decoration = if pkgs.stdenv.isDarwin then "auto" else "none";
window-padding-x = 8;
window-padding-y = 8;
window-padding-x = 4;
window-padding-y = 4;
window-padding-balance = true;
window-inherit-working-directory = true;
window-theme = "ghostty";