MyNixOS website logo

Whether to enable fontconfig configuration. This will, for example, allow fontconfig to discover fonts and configurations installed through home.packages and nix-env.

If Home Manager is installed as a NixOS submodule and home-manager.useUserPackages is enabled, this option defaults to the value of NixOS' fonts.fontconfig.enable.

Declarations
Type
boolean
Default
nixosConfig != null
&& nixosConfig.home-manager.useUserPackages
&& nixosConfig.fonts.fontconfig.enable;