xserver: Change fonts The "Source" fonts seem to look quite nice at normal DPI and semi-high DPI.
Alan Pearce alan@alanpearce.eu
Thu, 28 Sep 2017 17:12:33 +0200
1 files changed, 3 insertions(+), 3 deletions(-)
jump to
M modules/services/xserver.nix → modules/services/xserver.nix
@@ -44,9 +44,9 @@ enableFontDir = true; enableDefaultFonts = true; fontconfig = { defaultFonts = { - monospace = [ "Liberation Mono" ]; - sansSerif = [ "Liberation Sans" ]; - serif = [ "Liberation Serif" ]; + monospace = [ "Source Code Pro" ]; + sansSerif = [ "Source Sans Pro" ]; + serif = [ "Source Serif Pro" ]; }; ultimate = { enable = true;