From 35101a4f2892d2a3dfebb288b7fc76f37ed4ca5f Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Thu, 16 Nov 2023 22:09:18 +0100 Subject: have unicode fonts to see Japanese or Chinese stuff --- common.nix | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'common.nix') diff --git a/common.nix b/common.nix index d0440cc..c20cdf0 100644 --- a/common.nix +++ b/common.nix @@ -313,13 +313,21 @@ in # needed for powerlevel10k zsh stuff meslo-lgs-nf - # unicode capable font + # unicode capable fonts + babelstone-han + dejavu_fonts + ipafont + kochi-substitute noto-fonts + noto-fonts-cjk + noto-fonts-cjk-sans + noto-fonts-cjk-serif noto-fonts-extra noto-fonts-emoji # nice mono spaced fonts fira-code + fira-code-symbols iosevka-bin victor-mono ]; @@ -329,6 +337,8 @@ in # better default fonts defaultFonts = { monospace = ["Iosevka"]; + sansSerif = ["Noto Sans"]; + serif = ["Noto Serif"]; }; }; }; -- cgit v1.2.3