all repos — nixfiles @ 4f4d732f5c7f308b367893a8d70a5bcbefb7f135

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

xserver: Switch fonts
Alan Pearce alan@alanpearce.eu
Wed, 08 Aug 2018 13:56:54 +0200
commit

4f4d732f5c7f308b367893a8d70a5bcbefb7f135

parent

080d3d81f26dd6f3531d8477c93ad4547ae0e2cc

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

jump to
M modules/services/xserver.nixmodules/services/xserver.nix
@@ -35,9 +35,9 @@ enableFontDir = true;     enableDefaultFonts = true;
     fontconfig = {
       defaultFonts = {
-        monospace = [ "Source Code Pro" ];
-        sansSerif = [ "Source Sans Pro" ];
-        serif = [ "Source Serif Pro" ];
+        monospace = [ "Liberation Mono" ];
+        sansSerif = [ "Liberation Sans" ];
+        serif = [ "Liberation Serif" ];
       };
       ultimate = {
         enable = true;