From 94a4183bda4b63dce7d0d42bf7139f58b1b9dda7 Mon Sep 17 00:00:00 2001 From: pbogdan Date: Tue, 5 Sep 2017 17:20:42 +0100 Subject: nixos/fontconfig: fix substitutions option (#28895) --- nixos/modules/config/fonts/fontconfig-ultimate.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos/modules/config') diff --git a/nixos/modules/config/fonts/fontconfig-ultimate.nix b/nixos/modules/config/fonts/fontconfig-ultimate.nix index 1bf9fdb19845..c7654ca78c3a 100644 --- a/nixos/modules/config/fonts/fontconfig-ultimate.nix +++ b/nixos/modules/config/fonts/fontconfig-ultimate.nix @@ -53,7 +53,7 @@ in }; substitutions = mkOption { - type = types.nullOr (types.enum ["free" "combi" "ms"]); + type = types.enum ["free" "combi" "ms" "none"]; default = "free"; description = '' Font substitutions to replace common Type 1 fonts with nicer -- cgit 1.4.1