From 4292c3f69b109ac6da336afb4cbd098cda75b80d Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 6 Oct 2019 07:45:24 +0200 Subject: xserver: allow use of Terminus as TTF --- system/modules/services/xserver.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'system/modules') diff --git a/system/modules/services/xserver.nix b/system/modules/services/xserver.nix index f20afd8d..d898f55a 100644 --- a/system/modules/services/xserver.nix +++ b/system/modules/services/xserver.nix @@ -36,6 +36,7 @@ enableFontDir = true; enableDefaultFonts = false; fontconfig = { + useEmbeddedBitmaps = true; defaultFonts = { monospace = [ "Liberation Mono" ]; sansSerif = [ "Liberation Sans" ]; @@ -55,6 +56,7 @@ profont proggyfonts terminus_font + terminus_font_ttf fantasque-sans-mono emacs-all-the-icons-fonts -- cgit 1.4.1