have unicode fonts to see Japanese or Chinese stuff
This commit is contained in:
parent
6620eb2394
commit
35101a4f28
12
common.nix
12
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"];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue