all repos — archive/nixos-configuration @ 473a10c40202f3934c355624d67c82e30b120f13

Superseded by nixfiles

Tweak fonts

Alan Pearce
commit

473a10c40202f3934c355624d67c82e30b120f13

parent

54bc9ec3052b951e09fa3e1934d0cb0dfb300bf3

1 file changed, 8 insertions(+), 9 deletions(-)

changed files
M modules/services/xserver.nixmodules/services/xserver.nix
@@ -35,15 +35,15 @@ enableFontDir = true;
enableDefaultFonts = true; fontconfig = { defaultFonts = { - monospace = [ "Liberation Mono" ]; - sansSerif = [ "Liberation Sans" ]; - serif = [ "Liberation Serif" ]; + monospace = [ "IBM Plex Mono" ]; + sansSerif = [ "Roboto" ]; + serif = [ "Roboto Slab" ]; }; penultimate = { - enable = false; + enable = true; }; ultimate = { - enable = true; + enable = false; preset = "osx"; }; };
@@ -60,15 +60,14 @@ fira
fira-code fira-mono go-font - font-awesome-ttf + font-awesome_5 + ibm-plex liberation_ttf mononoki opensans-ttf roboto roboto-mono - paratype-pt-mono - paratype-pt-sans - paratype-pt-serif + roboto-slab source-code-pro source-sans-pro source-serif-pro