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:
@@ -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" ];
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user