diff --git a/nixos/modules/config/fonts/fontconfig.nix b/nixos/modules/config/fonts/fontconfig.nix index 82bac6249d21..419de1a89fa8 100644 --- a/nixos/modules/config/fonts/fontconfig.nix +++ b/nixos/modules/config/fonts/fontconfig.nix @@ -219,6 +219,10 @@ let replaceDefaultConfig "11-lcdfilter-default.conf" "11-lcdfilter-${cfg.subpixel.lcdfilter}.conf" )} + ${lib.optionalString cfg.allowBitmaps '' + rm -f $dst/70-no-bitmaps-except-emoji.conf + ''} + # 00-nixos-cache.conf ln -s ${cacheConf} $dst/00-nixos-cache.conf