nixos/fontconfig: fix substitutions option (#28895)
This commit is contained in:
parent
52341c03e8
commit
94a4183bda
@ -53,7 +53,7 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
substitutions = mkOption {
|
substitutions = mkOption {
|
||||||
type = types.nullOr (types.enum ["free" "combi" "ms"]);
|
type = types.enum ["free" "combi" "ms" "none"];
|
||||||
default = "free";
|
default = "free";
|
||||||
description = ''
|
description = ''
|
||||||
Font substitutions to replace common Type 1 fonts with nicer
|
Font substitutions to replace common Type 1 fonts with nicer
|
||||||
|
Loading…
x
Reference in New Issue
Block a user