1 2 3 4 5 6 7 8
{ config, pkgs, ... }: { fonts.packages = with pkgs; [ noto-fonts noto-fonts-cjk noto-fonts-emoji (nerdfonts.override { fonts = [ "InconsolataLGC" "Noto" ]; }) ]; }