nixos/fontconfig-penultimate: disable by default
It currently lacks an emoji font-family which means it has to be disabled for them to function [0]. Additionally it's fallen out of necessity to ship custom font rendering settings (as far as I'm aware of). [0]: https://github.com/NixOS/nixpkgs/pull/67215
This commit is contained in:
parent
1a1d1bc389
commit
0d220e4ed6
@ -585,6 +585,12 @@
|
|||||||
features.
|
features.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
We no longer enable custom font rendering settings with <option>fonts.fontconfig.penultimate.enable</option> by default.
|
||||||
|
The defaults from fontconfig are sufficient.
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
</section>
|
</section>
|
||||||
</section>
|
</section>
|
||||||
|
@ -269,7 +269,7 @@ in
|
|||||||
penultimate = {
|
penultimate = {
|
||||||
enable = mkOption {
|
enable = mkOption {
|
||||||
type = types.bool;
|
type = types.bool;
|
||||||
default = true;
|
default = false;
|
||||||
description = ''
|
description = ''
|
||||||
Enable fontconfig-penultimate settings to supplement the
|
Enable fontconfig-penultimate settings to supplement the
|
||||||
NixOS defaults by providing per-font rendering defaults and
|
NixOS defaults by providing per-font rendering defaults and
|
||||||
|
Loading…
Reference in New Issue
Block a user