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 ];