nixos/fontconfig: fix allowBitmaps option

This commit is contained in:
Maor Haimovitz
2025-10-09 19:02:11 -04:00
parent a2c17d7de3
commit b68fa55000
@@ -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