fonts
The fonts
module can be used to install fonts from Nerd Fonts or Google Fonts. This module will always download the latest version of a font and properly configure it.
Example configuration
Section titled “Example configuration”type: fontsfonts: nerd-fonts: - FiraCode # don't add spaces or "Nerd Font" suffix. - Hack - SourceCodePro - Terminus - JetBrainsMono - NerdFontsSymbolsOnly google-fonts: - Roboto - Open Sans
Configuration options
Section titled “Configuration options”fonts:
(required object)
Section titled “fonts: (required object)”No description provided…
nerd-fonts:
(optional array)
Section titled “nerd-fonts: (optional array)”List of Nerd Fonts to install (without the “Nerd Font” suffix).
google-fonts:
(optional array)
Section titled “google-fonts: (optional array)”List of Google Fonts to install.