diff --git a/system/fonts.nix b/system/fonts.nix index 0a2b1487982..b9cf5710301 100644 --- a/system/fonts.nix +++ b/system/fonts.nix @@ -12,6 +12,9 @@ # - a few statically built locations pkgs.xorg.fontbhttf pkgs.xorg.fontbhlucidatypewriter100dpi + pkgs.xorg.fontbhlucidatypewriter75dpi + pkgs.xorg.fontadobe100dpi + pkgs.xorg.fontadobe75dpi pkgs.ttf_bitstream_vera pkgs.freefont_ttf pkgs.xorg.fontbh100dpi @@ -19,8 +22,8 @@ pkgs.xorg.fontcursormisc ] -++ (pkgs.lib.optional (config.fonts.enableCoreFonts) pkgs.corefonts) +++ pkgs.lib.optional config.fonts.enableCoreFonts pkgs.corefonts -++ pkgs.lib.optional (config.fonts.enableGhostscriptFonts) "${pkgs.ghostscript}/share/ghostscript/fonts" +++ pkgs.lib.optional config.fonts.enableGhostscriptFonts "${pkgs.ghostscript}/share/ghostscript/fonts" ++ config.fonts.extraFonts