{ config, ... }: { programs.ghostty = { enable = true; settings = { theme = "Ayu Light"; font-family = config.theme.font.family; font-size = 24; window-decoration = "none"; }; }; }