From 1ce8a9560ed3d061b3106feea786d0132988e47c Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 9 Aug 2023 16:33:41 +0200 Subject: xserver: install and try out Office Code Pro font --- system/settings/services/xserver.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'system/settings') diff --git a/system/settings/services/xserver.nix b/system/settings/services/xserver.nix index e8070018..9272019d 100644 --- a/system/settings/services/xserver.nix +++ b/system/settings/services/xserver.nix @@ -35,7 +35,7 @@ with lib; { fontconfig = { antialias = true; defaultFonts = { - monospace = [ "Source Code Pro" ]; + monospace = [ "Office Code Pro" ]; sansSerif = [ "Source Sans Pro" ]; serif = [ "Source Serif Pro" ]; }; @@ -77,6 +77,7 @@ with lib; { oxygenfonts + office-code-pro source-code-pro source-sans-pro source-serif-pro -- cgit 1.4.1