let list = [ { adjustFamily = old: old; spacing = "normal"; } # Iosevka + Ghostty makes "…" display in a odd way. # We use "term" width to avoid this. # https://github.com/ghostty-org/ghostty/discussions/10335 { adjustFamily = old: old + "Term"; spacing = "term"; } ]; in map ( { adjustFamily, spacing }: final: prev: { family = adjustFamily prev.family; inherit spacing; } ) list