add: cjk/emoji fonts

This commit is contained in:
ooks-io 2023-11-22 23:56:36 +13:00
parent dffe1f53da
commit 792754fac3

View file

@ -1,4 +1,4 @@
{ pkgs, ... }: { { pkgs, ... }: {
fontProfiles = { fontProfiles = {
enable = true; enable = true;
monospace = { monospace = {
@ -10,4 +10,9 @@
package = pkgs.fira; package = pkgs.fira;
}; };
}; };
home.packages = with pkgs; [
noto-fonts
noto-fonts-cjk
noto-fonts-emoji
];
} }