summary refs log tree commit diff stats
path: root/system/settings
diff options
context:
space:
mode:
authorAlan Pearce2023-08-09 16:33:41 +0200
committerAlan Pearce2023-08-09 19:22:26 +0200
commit1ce8a9560ed3d061b3106feea786d0132988e47c (patch)
treefc3dcf09205949ae5b7fb99af0dd06c5429387af /system/settings
parentf4a83d957696be3fbe0fc07e6192d135846d395a (diff)
downloadnixfiles-1ce8a9560ed3d061b3106feea786d0132988e47c.tar.lz
nixfiles-1ce8a9560ed3d061b3106feea786d0132988e47c.tar.zst
nixfiles-1ce8a9560ed3d061b3106feea786d0132988e47c.zip
xserver: install and try out Office Code Pro font
Diffstat (limited to 'system/settings')
-rw-r--r--system/settings/services/xserver.nix3
1 files changed, 2 insertions, 1 deletions
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