summary refs log tree commit diff stats
path: root/system/settings
diff options
context:
space:
mode:
authorAlan Pearce2023-03-19 11:52:53 +0100
committerAlan Pearce2023-03-19 11:57:25 +0100
commitbec22816b5b670c47a3dcecb3441ce6ba003c3aa (patch)
tree88b0e7a7b508f12a898317acd939178b06563cd9 /system/settings
parent60ff19ae7f4392034686efbe52cf74ffce24ffbe (diff)
downloadnixfiles-bec22816b5b670c47a3dcecb3441ce6ba003c3aa.tar.lz
nixfiles-bec22816b5b670c47a3dcecb3441ce6ba003c3aa.tar.zst
nixfiles-bec22816b5b670c47a3dcecb3441ce6ba003c3aa.zip
xserver: tweak and cleanup fonts
Diffstat (limited to 'system/settings')
-rw-r--r--system/settings/services/xserver.nix3
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
       ]