Hide the option fonts.enableCoreFonts
We shouldn't have options that simply enable a package.
This commit is contained in:
@@ -1,3 +1,6 @@
|
|||||||
|
# This module is deprecated, since you can just say ‘fonts.fonts = [
|
||||||
|
# pkgs.corefonts ];’ instead.
|
||||||
|
|
||||||
{ config, lib, pkgs, ... }:
|
{ config, lib, pkgs, ... }:
|
||||||
|
|
||||||
with lib;
|
with lib;
|
||||||
@@ -9,6 +12,7 @@ with lib;
|
|||||||
fonts = {
|
fonts = {
|
||||||
|
|
||||||
enableCoreFonts = mkOption {
|
enableCoreFonts = mkOption {
|
||||||
|
visible = false;
|
||||||
default = false;
|
default = false;
|
||||||
description = ''
|
description = ''
|
||||||
Whether to include Microsoft's proprietary Core Fonts. These fonts
|
Whether to include Microsoft's proprietary Core Fonts. These fonts
|
||||||
|
|||||||
Reference in New Issue
Block a user