2024-07-18 14:16:04 +00:00
|
|
|
{ pkgs, ... }:
|
|
|
|
{
|
|
|
|
fonts.packages = builtins.attrValues {
|
2023-10-26 02:37:42 +00:00
|
|
|
inherit (pkgs)
|
2024-07-18 14:16:04 +00:00
|
|
|
borg-sans-mono
|
|
|
|
recursive-patched
|
2023-10-26 02:37:42 +00:00
|
|
|
# code^
|
|
|
|
|
2024-07-18 14:16:04 +00:00
|
|
|
ia-writer-family
|
|
|
|
ibm-plex
|
2023-10-26 02:37:42 +00:00
|
|
|
# hybrid^
|
|
|
|
|
2024-07-18 14:16:04 +00:00
|
|
|
inter
|
|
|
|
source-sans-pro
|
|
|
|
source-serif-pro
|
2023-10-26 02:37:42 +00:00
|
|
|
# display^
|
2024-07-18 14:16:04 +00:00
|
|
|
;
|
2023-10-26 02:37:42 +00:00
|
|
|
};
|
|
|
|
}
|