Remove most fonts for now.
This commit is contained in:
parent
5a07580ed3
commit
5a98a03819
1 changed files with 5 additions and 27 deletions
|
@ -11,36 +11,14 @@ with lib;
|
||||||
enableGhostscriptFonts = true;
|
enableGhostscriptFonts = true;
|
||||||
fontconfig = {
|
fontconfig = {
|
||||||
enable = true;
|
enable = true;
|
||||||
# deprecated (will eventually be completely removed)
|
|
||||||
# ultimate.enable = true;
|
|
||||||
includeUserConf = false;
|
includeUserConf = false;
|
||||||
};
|
};
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
arphic-ukai
|
(nerdfonts.override {
|
||||||
arphic-uming
|
fonts = [
|
||||||
crimson
|
"JetBrainsMono"
|
||||||
corefonts # Microsoft free fonts
|
];
|
||||||
dejavu_fonts
|
})
|
||||||
font-awesome
|
|
||||||
inconsolata # monospaced
|
|
||||||
inter
|
|
||||||
manrope
|
|
||||||
montserrat
|
|
||||||
nerdfonts
|
|
||||||
noto-fonts
|
|
||||||
noto-fonts-cjk
|
|
||||||
noto-fonts-emoji
|
|
||||||
noto-fonts-extra
|
|
||||||
powerline-fonts
|
|
||||||
source-han-sans-japanese
|
|
||||||
source-han-sans-korean
|
|
||||||
source-han-sans-simplified-chinese
|
|
||||||
source-han-sans-traditional-chinese
|
|
||||||
# source-sans-pro
|
|
||||||
symbola
|
|
||||||
ubuntu_font_family
|
|
||||||
wqy_microhei
|
|
||||||
wqy_zenhei
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue