diff options
-rw-r--r-- | system/settings/services/xserver.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/system/settings/services/xserver.nix b/system/settings/services/xserver.nix index e8070018..9272019d 100644 --- a/system/settings/services/xserver.nix +++ b/system/settings/services/xserver.nix @@ -35,7 +35,7 @@ with lib; { fontconfig = { antialias = true; defaultFonts = { - monospace = [ "Source Code Pro" ]; + monospace = [ "Office Code Pro" ]; sansSerif = [ "Source Sans Pro" ]; serif = [ "Source Serif Pro" ]; }; @@ -77,6 +77,7 @@ with lib; { oxygenfonts + office-code-pro source-code-pro source-sans-pro source-serif-pro |