packages,fonts: add symbols nerd font
This commit is contained in:
parent
7d8e9ad340
commit
5751f40dc1
1 changed files with 17 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue