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