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 = {
|
fonts = {
|
||||||
fontDir.enable = true;
|
fontDir.enable = true;
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
inter
|
### Noto Fonts
|
||||||
noto-fonts
|
noto-fonts
|
||||||
noto-fonts-cjk-sans
|
noto-fonts-cjk-sans
|
||||||
noto-fonts-cjk-serif
|
noto-fonts-cjk-serif
|
||||||
noto-fonts-emoji
|
noto-fonts-emoji
|
||||||
|
|
||||||
|
### Source Han
|
||||||
source-han-sans
|
source-han-sans
|
||||||
source-han-serif
|
source-han-serif
|
||||||
source-han-mono
|
source-han-mono
|
||||||
|
|
||||||
|
### CJK
|
||||||
#wqy_zenhei # weird font shape, noto sans cjk is a better alternative
|
#wqy_zenhei # weird font shape, noto sans cjk is a better alternative
|
||||||
#wqy_microhei
|
#wqy_microhei
|
||||||
|
|
||||||
|
### Sans
|
||||||
|
inter
|
||||||
roboto
|
roboto
|
||||||
|
|
||||||
|
### Monospace
|
||||||
fira-code
|
fira-code
|
||||||
jetbrains-mono
|
jetbrains-mono
|
||||||
(nerdfonts.override { fonts = [ "FiraCode" "JetBrainsMono" ]; })
|
(nerdfonts.override {
|
||||||
|
fonts = [
|
||||||
|
"FiraCode"
|
||||||
|
"JetBrainsMono"
|
||||||
|
"NerdFontsSymbolsOnly"
|
||||||
|
];
|
||||||
|
})
|
||||||
];
|
];
|
||||||
fontconfig = {
|
fontconfig = {
|
||||||
cache32Bit = true;
|
cache32Bit = true;
|
||||||
|
|
Loading…
Reference in a new issue