{ pkgs, ... }: { fonts.fontDir.enable = true; fonts.fonts = builtins.attrValues { inherit (pkgs) borg-sans-mono recursive-patched # code^ ia-writer-family ibm-plex # hybrid^ inter source-sans-pro source-serif-pro # display^ ; }; }