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