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

@ -10,4 +10,9 @@
package = pkgs.fira;
};
};
home.packages = with pkgs; [
noto-fonts
noto-fonts-cjk
noto-fonts-emoji
];
}