m 2 base-gui: enable GS fonts

This commit is contained in:
makefu 2017-03-24 13:02:26 +01:00
parent ba0e4ec9b1
commit 7bb2cde872

View file

@ -41,7 +41,7 @@ in
fonts = {
enableCoreFonts = true;
enableFontDir = true;
enableGhostscriptFonts = false;
enableGhostscriptFonts = true;
fonts = [ pkgs.terminus_font ];
};