summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Cullmann <cullmann@kde.org>2023-11-16 22:09:18 +0100
committerChristoph Cullmann <cullmann@kde.org>2023-11-16 22:09:18 +0100
commit35101a4f2892d2a3dfebb288b7fc76f37ed4ca5f (patch)
tree2158a2c7928c460b2cc2d6a17da95dfdef461f24
parent6620eb23944aacfe9ac8ad8085f536cb7fed985a (diff)
have unicode fonts to see Japanese or Chinese stuff
-rw-r--r--common.nix12
1 files changed, 11 insertions, 1 deletions
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"];
};
};
};