summary refs log tree commit diff stats
path: root/system/settings/services/xserver.nix
diff options
context:
space:
mode:
Diffstat (limited to 'system/settings/services/xserver.nix')
-rw-r--r--system/settings/services/xserver.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/settings/services/xserver.nix b/system/settings/services/xserver.nix
index 656132ea..e8070018 100644
--- a/system/settings/services/xserver.nix
+++ b/system/settings/services/xserver.nix
@@ -35,7 +35,7 @@ with lib; {
     fontconfig = {
       antialias = true;
       defaultFonts = {
-        monospace = [ "iA Writer Mono S" ];
+        monospace = [ "Source Code Pro" ];
         sansSerif = [ "Source Sans Pro" ];
         serif = [ "Source Serif Pro" ];
       };