summaryrefslogtreecommitdiff
path: root/common.nix
diff options
context:
space:
mode:
Diffstat (limited to 'common.nix')
-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"];
};
};
};