fontconfig: include user config through NixOS module

This commit is contained in:
Thomas Tuegel 2014-12-08 10:54:24 -06:00
parent 9707ffd973
commit 322bb7a67b
1 changed files with 0 additions and 2 deletions

View File

@ -27,8 +27,6 @@
<include><xsl:value-of select="$fontconfig" />/etc/fonts/conf.d</include>
<!-- versioned system-wide config -->
<include ignore_missing="yes">/etc/fonts/<xsl:value-of select="$fontconfigConfigVersion" />/conf.d</include>
<!-- look into user config -->
<include prefix="xdg" ignore_missing="yes">fontconfig/conf.d</include>
<!-- the first cachedir will be used to store the cache -->
<cachedir prefix="xdg">fontconfig</cachedir>