all repos — nixfiles @ 89b17b2c81a63b8ada689053b4ac98ac46548c86

System and user configuration, managed by nix and home-manager

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
commit

89b17b2c81a63b8ada689053b4ac98ac46548c86

parent

302b7dd0a5b2e3f2a94364d33c532be990622bff

1 files changed, 3 insertions(+), 3 deletions(-)

jump to
M modules/services/xserver.nixmodules/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;