nixpkgs/nixos/modules/config
Thomas Tuegel c00c563c66 Add NixOS module for fontconfig-ultimate
Details:
* The option `fonts.fontconfig.ultimate.enable` can be used to disable
  the fontconfig-ultimate configuration.
* The user-configurable options provided by fontconfig-ultimate are
  exposed in the NixOS module: `allowBitmaps` (default: true),
  `allowType1` (default: false), `useEmbeddedBitmaps` (default: false),
  `forceAutohint` (default: false), `renderMonoTTFAsBitmap` (default:
  false).
* Upstream provides three substitution modes for substituting TrueType
  fonts for Type 1 fonts (which do not render well). The default,
  "free", substitutes free fonts for Type 1 fonts. The option "ms"
  substitutions Microsoft fonts for Type 1 fonts. The option "combi"
  uses a combination of Microsoft and free fonts. Substitutions can also
  be disabled.
* All 21 of the Infinality rendering modes supported by fontconfig-ultimate
  or by the original Infinality distribution can be selected through
  `fonts.fontconfig.ultimate.rendering`. The default is the medium style
  provided by fontconfig-ultimate. Any of the modes may be customized,
  or Infinality rendering can be disabled entirely.
2014-12-08 10:55:24 -06:00
..
fonts Add NixOS module for fontconfig-ultimate 2014-12-08 10:55:24 -06:00
gnu.nix
gtk-exe-env.nix
i18n.nix
krb5.nix
ldap.nix
networking.nix Improve readability - from https://github.com/NixOS/nixpkgs/pull/5058#discussion_r21043552 2014-11-30 15:19:30 +01:00
no-x-libs.nix Rewrite Fontconfig NixOS module 2014-12-08 10:55:23 -06:00
nsswitch.nix Enable systemd's mymachines NSS module 2014-08-24 17:10:19 +02:00
power-management.nix nixos/manual: Use literalExample when feasible. 2014-08-27 23:41:15 +02:00
pulseaudio.nix eval fix 2014-10-07 21:46:15 +02:00
qt-plugin-env.nix
shells-environment.nix Replace environment.profileVariables by environment.profileRelativeEnvVars 2014-09-07 19:41:00 +02:00
swap.nix
sysctl.nix
system-environment.nix
system-path.nix nixos: Use literalExample for systemPackages. 2014-08-27 22:44:56 +02:00
timezone.nix
unix-odbc-drivers.nix
update-users-groups.pl update-users-groups.pl: Use UTF-8 instead of latin1. 2014-11-08 19:25:17 +01:00
users-groups.nix Obsolete security.initialPassword 2014-11-03 12:36:56 +01:00
vpnc.nix vpnc: Fix building of system config. 2014-08-31 21:39:03 +02:00
zram.nix