2024-03-03 14:22:10 +01:00
|
|
|
{pkgs, ...}: {
|
|
|
|
fonts.packages = with pkgs; [
|
2025-01-01 03:12:41 +01:00
|
|
|
nerd-fonts.fira-code
|
2025-01-01 06:08:52 +01:00
|
|
|
nerd-fonts.departure-mono
|
2024-11-20 10:39:37 +01:00
|
|
|
google-fonts
|
2024-03-03 14:22:10 +01:00
|
|
|
montserrat
|
|
|
|
noto-fonts
|
|
|
|
atkinson-hyperlegible
|
|
|
|
arkpandora_ttf
|
|
|
|
liberation_ttf
|
|
|
|
caladea
|
|
|
|
carlito
|
|
|
|
garamond-libre
|
|
|
|
ocr-a
|
|
|
|
amiri
|
|
|
|
libertine
|
|
|
|
inter
|
2024-04-10 17:37:36 +02:00
|
|
|
b612
|
2024-09-02 19:14:45 +02:00
|
|
|
departure-mono
|
2024-03-03 14:22:10 +01:00
|
|
|
];
|
|
|
|
fonts.fontDir.enable = true;
|
|
|
|
}
|