{pkgs, ...}: { fonts = { enableDefaultPackages = true; fontconfig = { enable = true; defaultFonts = { emoji = ["Noto Color Emoji"]; monospace = [ "Liberation Mono" ]; sansSerif = [ "Liberation Sans" ]; serif = [ "Liberation Serif" ]; }; hinting = { enable = true; style = "full"; autohint = true; }; }; fontDir.enable = true; enableGhostscriptFonts = true; packages = with pkgs; [ fira fira-mono fira-code hack-font inter iosevka liberation_ttf nerdfonts noto-fonts noto-fonts-color-emoji roboto roboto-mono roboto-serif ]; }; }