pinwheel: Add fonts

This commit is contained in:
Alexander Heldt
2023-07-23 19:26:06 +02:00
parent a6cd2fb386
commit 3b72a4aa1f

View File

@@ -85,9 +85,13 @@
environment.systemPackages = with pkgs; [];
fonts.fonts = with pkgs; [
(nerdfonts.override { fonts = [ "DejaVuSansMono" ]; })
noto-fonts
noto-fonts-cjk
noto-fonts-emoji
nerdfonts
liberation_ttf
];
# Some programs need SUID wrappers, can be configured further or are
# started in user sessions.
# programs.mtr.enable = true;