summary refs log tree commit diff stats
path: root/overlays/extra-packages.nix
diff options
context:
space:
mode:
Diffstat (limited to 'overlays/extra-packages.nix')
-rw-r--r--overlays/extra-packages.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/overlays/extra-packages.nix b/overlays/extra-packages.nix
index 76642078..6c64c24b 100644
--- a/overlays/extra-packages.nix
+++ b/overlays/extra-packages.nix
@@ -13,8 +13,4 @@ self: super: {
         '';
       };
   });
-  enchant = super.personal.enchant-configurable.override {
-    withHspell = false;
-    withAspell = false;
-  };
 }