about summary refs log tree commit diff
path: root/modules/fonts/default.nix
blob: ce179c081a45db16bbf3af078b0a7d538a909c3a (plain) (blame)
1
2
3
4
5
6
7
8
{ config, pkgs, ... }: {
  fonts.fonts = with pkgs; [
    noto-fonts
    noto-fonts-cjk
    noto-fonts-emoji
    #    nerdfonts
  ];
}