From 7bb2cde87266214791d1af77b8c2903546e9de3b Mon Sep 17 00:00:00 2001 From: makefu Date: Fri, 24 Mar 2017 13:02:26 +0100 Subject: [PATCH] m 2 base-gui: enable GS fonts --- 2configs/base-gui.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2configs/base-gui.nix b/2configs/base-gui.nix index 43b37cd..55dd445 100644 --- a/2configs/base-gui.nix +++ b/2configs/base-gui.nix @@ -41,7 +41,7 @@ in fonts = { enableCoreFonts = true; enableFontDir = true; - enableGhostscriptFonts = false; + enableGhostscriptFonts = true; fonts = [ pkgs.terminus_font ]; };