{ pkgs, ... }: { imports = [ ./meowsans ]; fonts = { fontconfig = { enable = true; defaultFonts = { serif = [ "New York Medium" "Hiragino Sans" "JoyPixels" "Noto Color Emoji" "FontAwesome" ]; sansSerif = [ "SF Pro Text" "Hiragino Sans" "JoyPixels" "Noto Color Emoji" "FontAwesome" ]; monospace = [ "SF Mono" "Hiragino Sans" "JoyPixels" "FontAwesome" "Braille" ]; }; }; }; home.packages = with pkgs; [ source-code-pro source-han-sans noto-fonts noto-fonts-cjk-sans noto-fonts-cjk-serif noto-fonts-color-emoji lmodern hanazono jigmo iosevka libertine sarasa-gothic nerdfonts cantarell-fonts inter font-awesome joypixels pkgs.apple-fonts pkgs.hiragino-sans weather-icons material-design-icons meslo-lgs-nf ]; nixpkgs.config.joypixels.acceptLicense = true; }