packages,fonts: add symbols nerd font

This commit is contained in:
Guanran Wang 2023-10-18 19:03:39 +08:00
parent 7d8e9ad340
commit 5751f40dc1
Signed by: nyancat
SSH key fingerprint: SHA256:8oWGKciPALWut/6WA27oFKofX+6Wtc0gQnsefXLQx/8

View file

@ -5,20 +5,35 @@
fonts = {
fontDir.enable = true;
packages = with pkgs; [
inter
### Noto Fonts
noto-fonts
noto-fonts-cjk-sans
noto-fonts-cjk-serif
noto-fonts-emoji
### Source Han
source-han-sans
source-han-serif
source-han-mono
### CJK
#wqy_zenhei # weird font shape, noto sans cjk is a better alternative
#wqy_microhei
### Sans
inter
roboto
### Monospace
fira-code
jetbrains-mono
(nerdfonts.override { fonts = [ "FiraCode" "JetBrainsMono" ]; })
(nerdfonts.override {
fonts = [
"FiraCode"
"JetBrainsMono"
"NerdFontsSymbolsOnly"
];
})
];
fontconfig = {
cache32Bit = true;