all repos — nixfiles @ 8a227d5968f8c3f446c1603187ce072efb590faa

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

xserver: be consistent with default fonts
Alan Pearce alan@alanpearce.eu
Sun, 30 Jul 2023 08:54:41 +0200
commit

8a227d5968f8c3f446c1603187ce072efb590faa

parent

e18eee02abd505263c2cff848a9fded925f252bc

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

jump to
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" ];
       };