{pkgs, ...}: { fonts = { packages = with pkgs; [ noto-fonts unifont noto-fonts-cjk-sans noto-fonts-cjk-serif noto-fonts-color-emoji nerd-fonts._0xproto nerd-fonts.noto nerd-fonts.symbols-only material-symbols ipafont kochi-substitute clear-sans fontconfig ]; fontDir.enable = true; fontconfig = { enable = true; antialias = true; hinting = { enable = true; style = "full"; }; subpixel = { rgba = "rgb"; lcdfilter = "default"; }; defaultFonts = { monospace = ["0xProto Nerd Font" "Noto Sans Mono CJK JP"]; sansSerif = ["Clear Sans" "Noto Sans CJK JP"]; serif = ["Noto Serif" "Noto Serif CJK JP"]; emoji = ["Noto Color Emoji"]; }; }; }; }