zaneyos/modules/core/fonts.nix

14 lines
175 B
Nix

{ pkgs, ... }:
{
fonts = {
packages = with pkgs; [
noto-fonts-emoji
noto-fonts-cjk-sans
font-awesome
symbola
material-icons
];
};
}