{ config, pkgs, ... }: let nerdFont = pkgs.nerdfonts.override { fonts = [ "SourceCodePro" ]; }; in { # TODO maybe add other fonts? fonts.fonts = [ nerdFont ]; }