nixos: use non-deprecated fontconfig option

This commit is contained in:
Robert Helgesson 2019-08-18 17:35:20 +02:00
parent 9cc30b18f7
commit fa82ced414
No known key found for this signature in database
GPG Key ID: 36BDAA14C2797E89
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ let
# The per-user directory inside /etc/profiles is not known by
# fontconfig by default.
fonts.fontconfig.enableProfileFonts =
fonts.fontconfig.enable =
cfg.useUserPackages && config.fonts.fontconfig.enable;
home.username = config.users.users.${name}.name;