m 2 base-gui: enable GS fonts
This commit is contained in:
parent
ba0e4ec9b1
commit
7bb2cde872
|
@ -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