all repos — nixfiles @ 1ce8a9560ed3d061b3106feea786d0132988e47c

System and user configuration, managed by nix and home-manager

xserver: install and try out Office Code Pro font
Alan Pearce alan@alanpearce.eu
Wed, 09 Aug 2023 16:33:41 +0200
commit

1ce8a9560ed3d061b3106feea786d0132988e47c

parent

f4a83d957696be3fbe0fc07e6192d135846d395a

1 files changed, 2 insertions(+), 1 deletions(-)

jump to
M system/settings/services/xserver.nixsystem/settings/services/xserver.nix
@@ -35,7 +35,7 @@ enableDefaultFonts = false;     fontconfig = {
       antialias = true;
       defaultFonts = {
-        monospace = [ "Source Code Pro" ];
+        monospace = [ "Office Code Pro" ];
         sansSerif = [ "Source Sans Pro" ];
         serif = [ "Source Serif Pro" ];
       };
@@ -77,6 +77,7 @@ ibm-plex 
         oxygenfonts
 
+        office-code-pro
         source-code-pro
         source-sans-pro
         source-serif-pro