about summary refs log tree commit diff
diff options
context:
space:
mode:
authordevhell <^@regexmail.net>2016-08-22 14:31:54 +0100
committerdevhell <^@regexmail.net>2016-08-22 14:31:54 +0100
commit65b6d698080a321d674f64e4265d0eea517dbc42 (patch)
tree98e02df30ee4847d84c6440f72e3b5267ba2a5c3
parente60b5f48cfe9d40ee495e6b73e1927e596009d2e (diff)
machine_common: Change font configuration
Since e3ab0826c2139253dc1717b8cff9aae599db2432 in `nixpkgs/master` we
need to rename `rendering` to `preset`.
-rw-r--r--machines/machine_common.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/machines/machine_common.nix b/machines/machine_common.nix
index 41c37d14..3195a249 100644
--- a/machines/machine_common.nix
+++ b/machines/machine_common.nix
@@ -88,7 +88,7 @@
       ultimate = {
         allowBitmaps = false;
         enable = true;
-        rendering = pkgs.fontconfig-ultimate.rendering.ultimate-darker;
+        preset = "ultimate5";
       };
     };
     enableGhostscriptFonts = true;