all repos — archive/nixos-configuration @ 4f4d732f5c7f308b367893a8d70a5bcbefb7f135

Superseded by nixfiles

xserver: Switch fonts

Alan Pearce
commit

4f4d732f5c7f308b367893a8d70a5bcbefb7f135

parent

080d3d81f26dd6f3531d8477c93ad4547ae0e2cc

1 file 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;