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