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:
parent
4fdbb8168f
commit
b67c312295
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue