add some more fonts
This commit is contained in:
parent
9957396e10
commit
f3fc4b94e2
1 changed files with 3 additions and 0 deletions
|
@ -53,10 +53,13 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
fonts.fonts = with pkgs; [
|
fonts.fonts = with pkgs; [
|
||||||
|
dejavu_fonts
|
||||||
nerdfonts
|
nerdfonts
|
||||||
noto-fonts
|
noto-fonts
|
||||||
noto-fonts-cjk
|
noto-fonts-cjk
|
||||||
noto-fonts-emoji
|
noto-fonts-emoji
|
||||||
powerline-fonts
|
powerline-fonts
|
||||||
|
source-han-sans
|
||||||
|
ubuntu_font_family
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue