1
0
Fork 0
mirror of https://github.com/LnL7/nix-darwin.git synced 2025-03-05 16:27:03 +00:00

fonts: rename fonts.enableFontDir in line with NixOS

since 21.05 beta:

e22337c870/nixos/modules/config/fonts/fontdir.nix (L64)
c99bd9bedf
This commit is contained in:
Chris Montgomery 2022-04-19 10:30:52 -04:00
parent 4fdbb8168f
commit b67c312295
No known key found for this signature in database
GPG key ID: A6BA9BA2FDA7C997

View file

@ -7,8 +7,12 @@ let
in in
{ {
imports = [
(mkRenamedOptionModule [ "fonts" "enableFontDir" ] [ "fonts" "fontDir" "enable" ])
];
options = { options = {
fonts.enableFontDir = mkOption { fonts.fontDir.enable = mkOption {
default = false; default = false;
description = '' description = ''
Whether to enable font management and install configured fonts to Whether to enable font management and install configured fonts to