feat: improve fonts

This commit is contained in:
2024-06-11 00:44:25 +02:00
parent 1cb7b57306
commit 2f5f6de2cd

View File

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