machines/modules: add more fonts
This commit is contained in:
parent
f7a32424d4
commit
17cce54987
1 changed files with 8 additions and 0 deletions
|
@ -6,7 +6,15 @@
|
||||||
fonts = with pkgs; [
|
fonts = with pkgs; [
|
||||||
ubuntu_font_family
|
ubuntu_font_family
|
||||||
fira-code
|
fira-code
|
||||||
|
fira-code-symbols
|
||||||
(nerdfonts.override { fonts = [ "FiraCode" ]; })
|
(nerdfonts.override { fonts = [ "FiraCode" ]; })
|
||||||
|
noto-fonts
|
||||||
|
noto-fonts-cjk
|
||||||
|
noto-fonts-emoji
|
||||||
|
liberation_ttf
|
||||||
|
mplus-outline-fonts.githubRelease
|
||||||
|
dina-font
|
||||||
|
proggyfonts
|
||||||
];
|
];
|
||||||
fontconfig = {
|
fontconfig = {
|
||||||
defaultFonts = {
|
defaultFonts = {
|
||||||
|
|
Loading…
Reference in a new issue