diff options
author | Alan Pearce | 2023-07-30 08:54:41 +0200 |
---|---|---|
committer | Alan Pearce | 2023-08-01 16:17:20 +0200 |
commit | 8a227d5968f8c3f446c1603187ce072efb590faa (patch) | |
tree | e2a297098d6518cac9832cd397906d2617f02409 /system | |
parent | e18eee02abd505263c2cff848a9fded925f252bc (diff) | |
download | nixfiles-8a227d5968f8c3f446c1603187ce072efb590faa.tar.lz nixfiles-8a227d5968f8c3f446c1603187ce072efb590faa.tar.zst nixfiles-8a227d5968f8c3f446c1603187ce072efb590faa.zip |
xserver: be consistent with default fonts
Diffstat (limited to 'system')
-rw-r--r-- | system/settings/services/xserver.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/settings/services/xserver.nix b/system/settings/services/xserver.nix index 656132ea..e8070018 100644 --- a/system/settings/services/xserver.nix +++ b/system/settings/services/xserver.nix @@ -35,7 +35,7 @@ with lib; { fontconfig = { antialias = true; defaultFonts = { - monospace = [ "iA Writer Mono S" ]; + monospace = [ "Source Code Pro" ]; sansSerif = [ "Source Sans Pro" ]; serif = [ "Source Serif Pro" ]; }; |