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

enable font dir

This commit is contained in:
Kierán Meinhardt
2019-07-06 15:08:22 +02:00
parent df55a653d4
commit 1e9fb812e3

View File

@@ -13,6 +13,7 @@
fonts = {
enableDefaultFonts = true;
enableFontDir = true;
fonts = with pkgs; [ corefonts eb-garamond fira libertine lmodern noto-fonts roboto ubuntu_font_family ];
};
}