Fonts: Difference between revisions
copy from nixos.wiki: how to in nix-shell |
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> | <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"> | ||