mirror of
https://github.com/LnL7/nix-darwin.git
synced 2024-12-14 11:57:34 +00:00
fonts: replace remaining reference to enableFontDir
see https://github.com/LnL7/nix-darwin/pull/456#issuecomment-1105472886 props to @jared-w for spotting my mistake
This commit is contained in:
parent
2979028c51
commit
51e8b0b353
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…
Reference in a new issue