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