1
0
Fork 0
mirror of https://github.com/LnL7/nix-darwin.git synced 2025-03-31 04:04:45 +00:00

Merge pull request #456 from montchr/fonts-fontdir-option-rename

fonts: rename `fonts.enableFontDir` to `fonts.fontDir.enable` in line with NixOS
This commit is contained in:
Domen Kožar 2022-04-19 21:12:53 +01:00 committed by GitHub
commit 2979028c51
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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