diff options
author | Alan Pearce | 2019-06-27 16:40:07 +0200 |
---|---|---|
committer | Alan Pearce | 2019-06-27 16:40:07 +0200 |
commit | 473a10c40202f3934c355624d67c82e30b120f13 (patch) | |
tree | de547f5516abce811c0cff314be6025da8084054 /modules/services | |
parent | 54bc9ec3052b951e09fa3e1934d0cb0dfb300bf3 (diff) | |
download | nixos-configuration-473a10c40202f3934c355624d67c82e30b120f13.tar.lz nixos-configuration-473a10c40202f3934c355624d67c82e30b120f13.tar.zst nixos-configuration-473a10c40202f3934c355624d67c82e30b120f13.zip |
Tweak fonts
Diffstat (limited to 'modules/services')
-rw-r--r-- | modules/services/xserver.nix | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/modules/services/xserver.nix b/modules/services/xserver.nix index 041d10f..34efd50 100644 --- a/modules/services/xserver.nix +++ b/modules/services/xserver.nix @@ -35,15 +35,15 @@ 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-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 |