about summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
authorsternenseemann <git@lukasepple.de>2017-01-10 17:03:35 +0100
committersternenseemann <git@lukasepple.de>2017-01-10 17:07:20 +0100
commit4cb7b2228a94f0fa3895f861445bd801ff49058b (patch)
tree2bd84605235308052e44b629db5c49da79ec434f /machines
parent51dd071f15093d6365e9409daed2063ec999d314 (diff)
machines/schnurrkadse: font settings
Diffstat (limited to 'machines')
-rw-r--r--machines/sternenseemann/schnurrkadse.nix4
1 files changed, 3 insertions, 1 deletions
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;