1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

fix(fonts): use Inconsolata

This commit is contained in:
Kierán Meinhardt
2019-09-24 23:31:22 +02:00
parent 56f52ffe7f
commit a03fe53dd5

View File

@@ -14,6 +14,13 @@
fonts = {
enableDefaultFonts = true;
enableFontDir = true;
fonts = with pkgs; [ corefonts eb-garamond fira libertine lmodern noto-fonts roboto ubuntu_font_family ];
fonts = with pkgs; [ inconsolata corefonts eb-garamond fira libertine lmodern noto-fonts roboto roboto-mono roboto-slab ubuntu_font_family ];
fontconfig = {
defaultFonts.monospace = [ "Inconsolata" ];
ultimate = {
enable = true;
substitutions = "combi";
};
};
};
}