From be46271fe22c464373c4ba1f8ce95374c3514533 Mon Sep 17 00:00:00 2001 From: tdro Date: Thu, 26 Jan 2023 21:09:10 -0500 Subject: .config/nixpkgs: Fix aspell --- .config/nixpkgs/config.nix | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to '.config/nixpkgs') diff --git a/.config/nixpkgs/config.nix b/.config/nixpkgs/config.nix index 48e441f..7b39eaf 100644 --- a/.config/nixpkgs/config.nix +++ b/.config/nixpkgs/config.nix @@ -398,10 +398,11 @@ in Dictionary = pkgs.buildEnv { name = "dictionary"; paths = [ - aspell - aspellDicts.en - aspellDicts.en-computers - aspellDicts.en-science + (aspellWithDicts (dictionary: [ + dictionary.en + dictionary.en-computers + dictionary.en-science + ])) hunspell hunspellDicts.en_US-large hyphen -- cgit v1.2.3