all repos — nixfiles @ 8a227d5968f8c3f446c1603187ce072efb590faa

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

xserver: be consistent with default fonts

Alan Pearce
commit

8a227d5968f8c3f446c1603187ce072efb590faa

parent

e18eee02abd505263c2cff848a9fded925f252bc

1 file changed, 1 insertion(+), 1 deletion(-)

changed files
M system/settings/services/xserver.nixsystem/settings/services/xserver.nix
@@ -35,7 +35,7 @@ enableDefaultFonts = false;
fontconfig = { antialias = true; defaultFonts = { - monospace = [ "iA Writer Mono S" ]; + monospace = [ "Source Code Pro" ]; sansSerif = [ "Source Sans Pro" ]; serif = [ "Source Serif Pro" ]; };