Fonts: Difference between revisions

Flukx (talk | contribs)
copy from nixos.wiki: how to in nix-shell
Zetsu (talk | contribs)
m fix link
 
Line 123: Line 123:
=== Install fonts in nix-shells ===
=== Install fonts in nix-shells ===


<code>fonts</code> is not available as set-valued option in <code>mkshell</code> (gives you an error because it tries to coerce an attribute set into a string). Instead, insert the following:<ref>ihttps://programming.dev/post/32484220</ref>
<code>fonts</code> is not available as set-valued option in <code>mkshell</code> (gives you an error because it tries to coerce an attribute set into a string). Instead, insert the following:<ref>https://programming.dev/post/32484220</ref>


<syntaxhighlight lang="nix">
<syntaxhighlight lang="nix">