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
type: fontsfonts:  nerd-fonts:    - FiraCode # don't add spaces or "Nerd Font" suffix.    - Hack    - SourceCodePro    - Terminus    - JetBrainsMono    - NerdFontsSymbolsOnly  google-fonts:    - Roboto    - Open Sans