nixos/fontconfig: default useEmbeddedBitmaps to true unconditionally
See https://github.com/NixOS/nixpkgs/pull/454989#pullrequestreview-4169977261
This commit is contained in:
@@ -518,8 +518,7 @@ in
|
||||
|
||||
useEmbeddedBitmaps = lib.mkOption {
|
||||
type = lib.types.bool;
|
||||
default = lib.versionAtLeast config.system.stateVersion "26.05";
|
||||
defaultText = lib.literalExpression "lib.versionAtLeast config.system.stateVersion \"26.05\"";
|
||||
default = true;
|
||||
description = "Use embedded bitmaps in fonts like Calibri.";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user