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:
@@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user