Obsolete fonts.extraFonts

You can now just set fonts.fonts, which will be merged with the
default value unless you use mkOverride.
This commit is contained in:
Eelco Dolstra
2014-04-29 12:34:57 +02:00
parent 5ae8ed381c
commit e6b5c0121f
5 changed files with 29 additions and 30 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ with lib;
config = mkIf config.fonts.enableGhostscriptFonts {
fonts.extraFonts = [ "${pkgs.ghostscript}/share/ghostscript/fonts" ];
fonts.fonts = [ "${pkgs.ghostscript}/share/ghostscript/fonts" ];
};