2023-10-26 02:37:42 +00:00
|
|
|
{ pkgs, ... }: {
|
|
|
|
fonts.fontDir.enable = true;
|
|
|
|
fonts.fonts = builtins.attrValues {
|
|
|
|
inherit (pkgs)
|
2023-12-23 01:49:53 +00:00
|
|
|
borg-sans-mono recursive-patched
|
2023-10-26 02:37:42 +00:00
|
|
|
# code^
|
|
|
|
|
|
|
|
ia-writer-family ibm-plex
|
|
|
|
# hybrid^
|
|
|
|
|
|
|
|
inter source-sans-pro source-serif-pro
|
|
|
|
# display^
|
|
|
|
;
|
|
|
|
};
|
|
|
|
}
|