aboutsummaryrefslogtreecommitdiff
path: root/.config/nixpkgs/config.nix
diff options
context:
space:
mode:
Diffstat (limited to '.config/nixpkgs/config.nix')
-rw-r--r--.config/nixpkgs/config.nix9
1 files changed, 5 insertions, 4 deletions
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