Hide the option fonts.enableCoreFonts

We shouldn't have options that simply enable a package.

+4
+4
nixos/modules/config/fonts/corefonts.nix
··· 1 + # This module is deprecated, since you can just say ‘fonts.fonts = [ 2 + # pkgs.corefonts ];’ instead. 3 + 1 4 { config, lib, pkgs, ... }: 2 5 3 6 with lib; ··· 9 12 fonts = { 10 13 11 14 enableCoreFonts = mkOption { 15 + visible = false; 12 16 default = false; 13 17 description = '' 14 18 Whether to include Microsoft's proprietary Core Fonts. These fonts