From 178f3b9c3145bab92150393932559f54be8ba991 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Madeleine=20Sydney=20=C5=9Alaga?= Date: Tue, 17 Mar 2026 11:42:48 -0600 Subject: [PATCH] feat(toki-pona): apply in ghostty --- modules/home/toki-pona.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/home/toki-pona.nix b/modules/home/toki-pona.nix index bd31335..883c1ee 100644 --- a/modules/home/toki-pona.nix +++ b/modules/home/toki-pona.nix @@ -15,6 +15,10 @@ in { })) ]; + programs.ghostty.settings.font-family = lib.mkBefore [ + "sitelen seli kiwen mono juniko" + ]; + sydnix.hunspell.dictionaries = ds: with ds; [ tok ];