mirror of
https://github.com/LnL7/nix-darwin.git
synced 2024-12-14 11:57:34 +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:
parent
4fdbb8168f
commit
b67c312295
1 changed files with 5 additions and 1 deletions
|
@ -7,8 +7,12 @@ let
|
|||
in
|
||||
|
||||
{
|
||||
imports = [
|
||||
(mkRenamedOptionModule [ "fonts" "enableFontDir" ] [ "fonts" "fontDir" "enable" ])
|
||||
];
|
||||
|
||||
options = {
|
||||
fonts.enableFontDir = mkOption {
|
||||
fonts.fontDir.enable = mkOption {
|
||||
default = false;
|
||||
description = ''
|
||||
Whether to enable font management and install configured fonts to
|
||||
|
|
Loading…
Reference in a new issue