2024-05-15 00:14:59 +02:00
|
|
|
{ pkgs, ... }: {
|
2024-04-10 14:21:41 +02:00
|
|
|
fonts.packages = with pkgs; [
|
|
|
|
material-design-icons
|
2024-05-15 00:14:59 +02:00
|
|
|
(nerdfonts.override { fonts = [ "JetBrainsMono" ]; })
|
2024-04-10 14:21:41 +02:00
|
|
|
noto-fonts
|
|
|
|
noto-fonts-cjk-sans
|
|
|
|
noto-fonts-cjk-serif
|
|
|
|
noto-fonts-emoji
|
|
|
|
];
|
|
|
|
}
|