mirror of
https://github.com/kmein/niveum
synced 2026-03-19 03:21:10 +01:00
fix(fonts): use Inconsolata
This commit is contained in:
@@ -14,6 +14,13 @@
|
|||||||
fonts = {
|
fonts = {
|
||||||
enableDefaultFonts = true;
|
enableDefaultFonts = true;
|
||||||
enableFontDir = 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";
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user