mirror of
https://github.com/LnL7/nix-darwin.git
synced 2025-03-14 20:56:37 +00:00
parent
0f90e1c34c
commit
f34b284d3f
1 changed files with 16 additions and 14 deletions
|
@ -58,6 +58,7 @@ in
|
|||
fi
|
||||
done
|
||||
|
||||
if [[ "`sw_vers -productVersion`" < "13.0" ]]; then
|
||||
fontrestore default -n 2>&1 | while read -r f; do
|
||||
case $f in
|
||||
/Library/Fonts/*)
|
||||
|
@ -72,6 +73,7 @@ in
|
|||
;;
|
||||
esac
|
||||
done
|
||||
fi
|
||||
'';
|
||||
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue