From 4cb7b2228a94f0fa3895f861445bd801ff49058b Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Tue, 10 Jan 2017 17:03:35 +0100 Subject: machines/schnurrkadse: font settings --- machines/sternenseemann/schnurrkadse.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'machines') diff --git a/machines/sternenseemann/schnurrkadse.nix b/machines/sternenseemann/schnurrkadse.nix index 563f9edf..51a3268f 100644 --- a/machines/sternenseemann/schnurrkadse.nix +++ b/machines/sternenseemann/schnurrkadse.nix @@ -104,7 +104,8 @@ in { fonts.fontconfig = { defaultFonts = { monospace = [ "Inconsolata" "Source Code Pro" "DejaVu Sans Mono" ]; - sansSerif = [ "Ubuntu" "Liberation Sans" "DejaVu Sans" ]; + sansSerif = [ "DejaVu Sans" ]; + serif = [ "Vollkorn" ]; }; }; fonts.fonts = with pkgs; [ @@ -113,6 +114,7 @@ in { inconsolata libertine unifont + google-fonts ]; services.openssh.enable = true; -- cgit 1.4.1