diff options
author | Alan Pearce | 2023-03-19 11:52:53 +0100 |
---|---|---|
committer | Alan Pearce | 2023-03-19 11:57:25 +0100 |
commit | bec22816b5b670c47a3dcecb3441ce6ba003c3aa (patch) | |
tree | 88b0e7a7b508f12a898317acd939178b06563cd9 /system | |
parent | 60ff19ae7f4392034686efbe52cf74ffce24ffbe (diff) | |
download | nixfiles-bec22816b5b670c47a3dcecb3441ce6ba003c3aa.tar.lz nixfiles-bec22816b5b670c47a3dcecb3441ce6ba003c3aa.tar.zst nixfiles-bec22816b5b670c47a3dcecb3441ce6ba003c3aa.zip |
xserver: tweak and cleanup fonts
Diffstat (limited to 'system')
-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 ] |