about summary refs log tree commit diff
path: root/modules/fonts/default.nix
blob: 9e791b6537c743defa587f55c7b798a092e2666f (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
  ];
}