nix-conf/modules/nixos/fonts/default.nix

8 lines
115 B
Nix
Raw Normal View History

2024-04-10 17:46:46 +00:00
{pkgs, ...}: {
fonts.packages = with pkgs; [
source-han-serif
noto-fonts-emoji
noto-fonts-cjk
];
}