mirror of
https://github.com/LnL7/nix-darwin.git
synced 2025-03-13 20:30:02 +00:00
Add type definition on fonts.fontDir.enable
This commit is contained in:
parent
44a6ec1fae
commit
4051e3027d
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ in
|
|||
|
||||
options = {
|
||||
fonts.fontDir.enable = mkOption {
|
||||
type = types.bool;
|
||||
default = false;
|
||||
description = lib.mdDoc ''
|
||||
Whether to enable font management and install configured fonts to
|
||||
|
|
Loading…
Add table
Reference in a new issue