{ pkgs, ... }: { # Fonts: installed under fonts.packages (NOT environment.systemPackages) so # they land in the fontconfig cache instead of just the PATH. fonts.fontconfig.enable = true; fonts.packages = with pkgs; [ font-awesome nerd-fonts.jetbrains-mono nerd-fonts.symbols-only jetbrains-mono noto-fonts-color-emoji adwaita-fonts cozette roboto nerd-fonts.open-dyslexic open-dyslexic ]; }