first commit
This commit is contained in:
commit
0576c29135
13 changed files with 479 additions and 0 deletions
32
modules/fonts.nix
Normal file
32
modules/fonts.nix
Normal file
|
@ -0,0 +1,32 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
# Fonts
|
||||
fonts.packages = with pkgs; [
|
||||
corefonts
|
||||
vistafonts
|
||||
noto-fonts
|
||||
|
||||
# cjk fonts
|
||||
noto-fonts-cjk-sans
|
||||
noto-fonts-cjk-serif
|
||||
noto-fonts-emoji
|
||||
vistafonts-cht
|
||||
source-han-serif
|
||||
source-han-sans-vf-otf
|
||||
source-han-sans-vf-ttf
|
||||
source-han-mono
|
||||
|
||||
# coding/terminal fonts
|
||||
liberation_ttf
|
||||
fira-code
|
||||
fira-code-symbols
|
||||
mplus-outline-fonts.githubRelease
|
||||
dina-font
|
||||
proggyfonts
|
||||
iosevka
|
||||
nerdfonts
|
||||
];
|
||||
|
||||
fonts.fontDir.enable = true;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue