From 2f5f6de2cdfc63b33e3c438422b574e012c249cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thea=20Sch=C3=B6bl?= Date: Tue, 11 Jun 2024 00:44:25 +0200 Subject: [PATCH] feat: improve fonts --- modules/home-manager/programs/neovide.nix | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/modules/home-manager/programs/neovide.nix b/modules/home-manager/programs/neovide.nix index aeca590..83a0d21 100644 --- a/modules/home-manager/programs/neovide.nix +++ b/modules/home-manager/programs/neovide.nix @@ -14,14 +14,11 @@ maximized = false; fork = true; font = { - normal = [ - "Fira Code" - "Symbols Nerd Font Mono" - ]; + normal = [ "FiraCode Nerd Font" ]; size = 12.75; edging = "subpixelantialias"; hinting = "full"; - features."Fira Code" = [ + features."FiraCode Nerd Font" = [ "+zero" "+onum" "+ss04" @@ -35,8 +32,6 @@ }; }; programs.nixvim = { - #extraConfigLua = # lua - # "if vim.g.neovide then vim.opt.linespace = -1 end"; globals = { neovide_text_gamma = 0.0; neovide_text_contrast = 0.0;