diff options
Diffstat (limited to 'overlays')
-rw-r--r-- | overlays/extra-packages.nix | 4 | ||||
-rw-r--r-- | overlays/personal.nix | 4 |
2 files changed, 4 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; - }; } diff --git a/overlays/personal.nix b/overlays/personal.nix index 2a78760e..9eae64c4 100644 --- a/overlays/personal.nix +++ b/overlays/personal.nix @@ -6,4 +6,8 @@ let in { inherit personal; + enchant = personal.enchant-configurable.override { + withHspell = false; + withAspell = false; + }; } |