Merge pull request #457 from montchr/hotfix-update-enablefontdir-usages

fonts: replace remaining reference to `enableFontDir`
This commit is contained in:
Daiderd Jordan 2022-04-24 23:32:22 +02:00 committed by GitHub
commit 8225b91297
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,7 +43,7 @@ in
done
'';
system.activationScripts.fonts.text = optionalString cfg.enableFontDir ''
system.activationScripts.fonts.text = optionalString cfg.fontDir.enable ''
# Set up fonts.
echo "configuring fonts..." >&2
find -L "$systemConfig/Library/Fonts" -type f -print0 | while IFS= read -rd "" l; do