treewide: add types to boolean / enable options or make use of mkEnableOption
This commit is contained in:
@@ -9,6 +9,7 @@ with lib;
|
||||
fonts = {
|
||||
|
||||
enableGhostscriptFonts = mkOption {
|
||||
type = types.bool;
|
||||
default = false;
|
||||
description = ''
|
||||
Whether to add the fonts provided by Ghostscript (such as
|
||||
|
||||
Reference in New Issue
Block a user