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