14 lines
255 B
Nix
14 lines
255 B
Nix
{pkgs, ...}: {
|
|
fonts.packages = with pkgs; [
|
|
noto-fonts
|
|
noto-fonts-cjk-sans
|
|
# noto-fonts-color-emoji
|
|
liberation_ttf
|
|
# fira-code
|
|
# fira-code-symbols
|
|
# mplus-outline-fonts.githubRelease
|
|
# dina-font
|
|
# proggyfonts
|
|
];
|
|
}
|