2023-06-19 22:20:47 +02:00
|
|
|
{ pkgs, ... }:
|
|
|
|
|
|
|
|
{
|
|
|
|
|
2023-09-02 18:02:51 +02:00
|
|
|
fonts.enableDefaultPackages = true;
|
|
|
|
fonts.packages = with pkgs; [
|
2023-06-19 22:20:47 +02:00
|
|
|
roboto
|
|
|
|
roboto-mono
|
|
|
|
noto-fonts
|
|
|
|
noto-fonts-cjk
|
|
|
|
noto-fonts-emoji
|
2024-07-23 20:23:58 +02:00
|
|
|
comfortaa
|
2023-06-19 22:20:47 +02:00
|
|
|
];
|
|
|
|
}
|