about summary refs log tree commit diff
path: root/nixos/modules/rename.nix
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@mailbox.org>2017-04-03 08:24:32 -0500
committerThomas Tuegel <ttuegel@mailbox.org>2017-04-03 08:24:32 -0500
commit03942659ca1189ba50f9f1b86bbe6d925eba237b (patch)
tree28d0a8fe2a97ce053dcb2f8bd9c015c86ce86fcf /nixos/modules/rename.nix
parent21c9190a5fd8387c90feff08198c47894c0a541d (diff)
downloadnixlib-03942659ca1189ba50f9f1b86bbe6d925eba237b.tar
nixlib-03942659ca1189ba50f9f1b86bbe6d925eba237b.tar.gz
nixlib-03942659ca1189ba50f9f1b86bbe6d925eba237b.tar.bz2
nixlib-03942659ca1189ba50f9f1b86bbe6d925eba237b.tar.lz
nixlib-03942659ca1189ba50f9f1b86bbe6d925eba237b.tar.xz
nixlib-03942659ca1189ba50f9f1b86bbe6d925eba237b.tar.zst
nixlib-03942659ca1189ba50f9f1b86bbe6d925eba237b.zip
nixos/fontconfig: remove renderMonoTTFAsBitmap
Diffstat (limited to 'nixos/modules/rename.nix')
-rw-r--r--nixos/modules/rename.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/rename.nix b/nixos/modules/rename.nix
index 4cf48e1e2cb5..0174fe544e35 100644
--- a/nixos/modules/rename.nix
+++ b/nixos/modules/rename.nix
@@ -203,5 +203,6 @@ with lib;
     (mkRemovedOptionModule [ "services" "xserver" "displayManager" "sddm" "themes" ]
       "Set the option `services.xserver.displayManager.sddm.package' instead.")
     (mkRemovedOptionModule [ "fonts" "fontconfig" "forceAutohint" ] "")
+    (mkRemovedOptionModule [ "fonts" "fontconfig" "renderMonoTTFAsBitmap" ] "")
   ];
 }