diff options
author | Alan Pearce | 2023-08-09 16:33:41 +0200 |
---|---|---|
committer | Alan Pearce | 2023-08-09 19:22:26 +0200 |
commit | 1ce8a9560ed3d061b3106feea786d0132988e47c (patch) | |
tree | fc3dcf09205949ae5b7fb99af0dd06c5429387af /system/settings | |
parent | f4a83d957696be3fbe0fc07e6192d135846d395a (diff) | |
download | nixfiles-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.nix | 3 |
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 |