Fonts: Difference between revisions
imported>Garbas mNo edit summary |
imported>Garbas mNo edit summary |
||
| Line 1: | Line 1: | ||
== Installing fonts on NixOS == | == Installing fonts on NixOS == | ||
NixOS has many font packages available, and you can easily search for your favourites on the [https://nixos.org | NixOS has many font packages available, and you can easily search for your favourites on the [https://search.nixos.org/packages NixOS packages site]. | ||
Despite looking like normal packages, simply adding these font packages to your <code>environment.systemPackages</code> won't make the fonts accessible to applications. To achieve that, put these packages in the <code>[https://search.nixos.org/options/?query=fonts.fonts fonts.fonts]</code> NixOS options list instead. | Despite looking like normal packages, simply adding these font packages to your <code>environment.systemPackages</code> won't make the fonts accessible to applications. To achieve that, put these packages in the <code>[https://search.nixos.org/options/?query=fonts.fonts fonts.fonts]</code> NixOS options list instead. | ||