{pkgs, fonts, ...}:
{
fonts.packages = with pkgs; [
noto-fonts
noto-fonts-cjk
font-awesome
noto-fonts-emoji
roboto
liberation_ttf
];
fonts.fontDir.enable = true;
}