summaryrefslogtreecommitdiffstats
path: root/nixos/modules/config/fonts
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2015-09-26 20:53:21 +0200
committeraszlig <aszlig@redmoonstudios.org>2015-09-26 21:04:15 +0200
commitebf1f516413d7460666c32824bb24a23fb3fe6eb (patch)
treed67262e7250ce8c36372529e8a56afba725c3e01 /nixos/modules/config/fonts
parent8e44a66b3b591ebcea085624193ba50fc66c245c (diff)
nixos/fonts: Add unifont to list of default fonts.
This fixes #10077 because after some debugging it turns out that by default we don't have a font which is able to display Chinese symbols. Thanks to @anderspapitto, @kmicu and hyper_ch on IRC to help debugging this issue, see log at: http://nixos.org/irc/logs/log.20150926 starting at 19:46 With unifont we have a reasonable fallback font to ensure that every written language is rendered correctly and thus less surprise for new users who keep their font settings at the default. Reported-by: Anders Papitto <anderspapitto@gmail.com> Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'nixos/modules/config/fonts')
-rw-r--r--nixos/modules/config/fonts/fonts.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/config/fonts/fonts.nix b/nixos/modules/config/fonts/fonts.nix
index a3fa4bd97783..ea0a67038572 100644
--- a/nixos/modules/config/fonts/fonts.nix
+++ b/nixos/modules/config/fonts/fonts.nix
@@ -31,6 +31,7 @@ with lib;
pkgs.xorg.fontbh100dpi
pkgs.xorg.fontmiscmisc
pkgs.xorg.fontcursormisc
+ pkgs.unifont
];
};