about summary refs log tree commit diff
path: root/machines/sternenseemann/schnurrkadse.nix
diff options
context:
space:
mode:
Diffstat (limited to 'machines/sternenseemann/schnurrkadse.nix')
-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;