diff options
Diffstat (limited to 'system/settings')
-rw-r--r-- | system/settings/services/xserver.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/system/settings/services/xserver.nix b/system/settings/services/xserver.nix index 7ce0dbb2..675db61d 100644 --- a/system/settings/services/xserver.nix +++ b/system/settings/services/xserver.nix @@ -40,7 +40,7 @@ with lib; { }; useEmbeddedBitmaps = !config.fonts.fontconfig.antialias; defaultFonts = { - monospace = [ "IBM Plex Mono" ]; + monospace = [ "Source Code Pro" ]; sansSerif = [ "Cantarell" ]; serif = [ "Times New Roman" ]; }; @@ -69,7 +69,6 @@ with lib; { corefonts emacs-all-the-icons-fonts - font-awesome_5 xorg.fontmiscmisc xorg.fontcursormisc ] |