m 2 base-gui: enable GS fonts

This commit is contained in:
makefu 2017-03-24 13:02:26 +01:00
parent 1216112159
commit defaf14983
No known key found for this signature in database
GPG key ID: 36F7711F3FC0F225

View file

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