reorganizing files
This commit is contained in:
parent
c51bc454bc
commit
6c99ced7fe
10 changed files with 33 additions and 31 deletions
|
@ -1,32 +0,0 @@
|
|||
{ 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