From bec22816b5b670c47a3dcecb3441ce6ba003c3aa Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 19 Mar 2023 11:52:53 +0100 Subject: xserver: tweak and cleanup fonts --- system/settings/services/xserver.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'system/settings') 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 ] -- cgit 1.4.1