nixpkgs-suyu/nixos/modules
Thomas Tuegel 1df1305a8a Rewrite Fontconfig NixOS module
Details:
* The option `fonts.enableFontConfig` has (finally) been renamed
  `fonts.fontconfig.enable`.
* Configurations are loaded in this order: first the Fontconfig-upstream
  configuration is loaded, then the NixOS-specific font directories are
  set, the system-wide default configuration is loaded, and finally the
  user configuration is loaded (if enabled).
* The NixOS options `fonts.fontconfig.defaultFonts.monospace`,
  `fonts.fontconfig.defaultFonts.sansSerif` and
  `fonts.fontconfig.defaultFonts.serif` are added to allow setting the
  default system-wide font used for these generic faces. The defaults
  are the appropriate faces from the DejaVu collection because of their
  comprehensive Unicode coverage, clean rendering, and excellent
  legibility.
* The NixOS option `fonts.fontconfig.antialias` can be used to disable
  antialiasing (it is enabled by default).
* The options `fonts.fontconfig.subpixel.rgba` and
  `fonts.fontconfig.subpixel.lcdfilter` control the system-wide default
  settings for subpixel order and LCD filtering algorithm,
  respectively.
* `fonts.fontconfig.hinting.enable` can be used to disable TrueType font
  hinting (it is enabled by default).
  `fonts.fontconfig.hinting.autohint` controls the FreeType autohinter.
  `fonts.fontconfig.hinting.style` controls the hint style; it is "full"
  by default.
* User configurations can be disabled system-wide by setting
  `fonts.fontconfig.includeUserConf = false`. They are enabled by
  default so users can set Fontconfig options in the desktop environment
  of their choice.
2014-12-08 10:55:23 -06:00
..
config Rewrite Fontconfig NixOS module 2014-12-08 10:55:23 -06:00
hardware Add iwlegacy firmware for old Intel wireless cards 2014-12-03 10:10:00 -06:00
installer nixos: Rename virtualbox to virtualboxGuest. 2014-11-27 18:42:22 +01:00
misc nixos: add fleet module 2014-12-07 21:52:52 +01:00
profiles jfsrec: Remove derivation 2014-11-02 17:22:27 -08:00
programs enable bash autocomplete by default 2014-12-08 12:06:02 +01:00
security Revert $GIT_SSL_CAINFO removal 2014-12-01 23:07:50 +01:00
services nfs-utils: align attrname with pkgname 2014-12-06 17:01:05 +01:00
system nixos/systemd: ignore null environment options 2014-12-07 21:44:20 +01:00
tasks nfs-utils: align attrname with pkgname 2014-12-06 17:01:05 +01:00
testing nixos: Fix priorities of initialHashedPassword. 2014-11-04 05:19:07 +01:00
virtualisation nixos/fleet: fix typo 2014-12-08 13:30:45 +01:00
module-list.nix nixos: add fleet module 2014-12-07 21:52:52 +01:00
rename.nix Rewrite Fontconfig NixOS module 2014-12-08 10:55:23 -06:00