summaryrefslogtreecommitdiff
path: root/modules/core/fonts.nix
blob: b842dd9bd41f283207e716a39a02235fa426a9f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
{ pkgs, ... }:

{
  fonts.packages = with pkgs; [
    nerd-fonts.ubuntu-mono
    noto-fonts
    noto-fonts-cjk-sans
    noto-fonts-emoji
    liberation_ttf
  ];
}