Fonts: Difference between revisions
Isabelroses (talk | contribs) m make it clearer what nix-instantiate is doing to filter out the nerdfonts |
Loxodoromy (talk | contribs) m typo |
||
Line 255: | Line 255: | ||
=== Noto Color Emoji doesn't render on Firefox === | === Noto Color Emoji doesn't render on Firefox === | ||
Enable <code>useEmbeddedBitmaps</code> in your | Enable <code>useEmbeddedBitmaps</code> in your NixOS configuration. | ||
<syntaxhighlight lang="nix"> | <syntaxhighlight lang="nix"> | ||
fonts.fontconfig.useEmbeddedBitmaps = true; | fonts.fontconfig.useEmbeddedBitmaps = true; |