Merge pull request #457 from montchr/hotfix-update-enablefontdir-usages
fonts: replace remaining reference to `enableFontDir`
This commit is contained in:
commit
8225b91297
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue