{ pkgs, ... }: { home.packages = with pkgs; [ noto-fonts noto-fonts-cjk-sans noto-fonts-cjk-serif noto-fonts-emoji roboto-mono nerd-fonts.roboto-mono ]; fonts.fontconfig.enable = true; xdg.configFile."fontconfig/conf.d/30-default-fonts.conf".source = ./fonts.conf; }