m 2 base-gui: enable GS fonts
This commit is contained in:
parent
1216112159
commit
defaf14983
|
@ -41,7 +41,7 @@ in
|
||||||
fonts = {
|
fonts = {
|
||||||
enableCoreFonts = true;
|
enableCoreFonts = true;
|
||||||
enableFontDir = true;
|
enableFontDir = true;
|
||||||
enableGhostscriptFonts = false;
|
enableGhostscriptFonts = true;
|
||||||
fonts = [ pkgs.terminus_font ];
|
fonts = [ pkgs.terminus_font ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue