From 88b161347ddf9cd0000c16f2d0fe88e00a8b2ac9 Mon Sep 17 00:00:00 2001 From: GarandPLG Date: Wed, 11 Feb 2026 18:01:48 +0100 Subject: [PATCH] Add FiraCode Nerd Font Mono to Zed UI and terminal Also set buffer font family to the same FiraCode Nerd Font Mono. --- modules/home/zed/user-settings/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/modules/home/zed/user-settings/default.nix b/modules/home/zed/user-settings/default.nix index b36b318..aa8b94b 100644 --- a/modules/home/zed/user-settings/default.nix +++ b/modules/home/zed/user-settings/default.nix @@ -5,8 +5,14 @@ _: { metrics = false; }; icon_theme = "VSCode Icons for Zed (Dark)"; + ui_font_family = "FiraCode Nerd Font Mono"; ui_font_size = 16; + buffer_font_family = "FiraCode Nerd Font Mono"; buffer_font_size = 15; + terminal = { + font_family = "FiraCode Nerd Font Mono"; + font_size = 14; + }; theme = { mode = "dark"; light = "One Light";