diff --git a/modules/home/zed.nix b/modules/home/zed.nix index adfd1fa..dfb6d29 100644 --- a/modules/home/zed.nix +++ b/modules/home/zed.nix @@ -52,6 +52,12 @@ format_on_save = "on"; }; }; + + terminal = { + font_family = "Iosevka"; + }; + + ui_font_family = "Iosevka"; }; }; }