From f113e4d7462a2142a11bb31863cfcbd46e64e018 Mon Sep 17 00:00:00 2001 From: larstvei Date: Sun, 24 Aug 2025 18:41:50 +0200 Subject: [PATCH] Get rid of warning about hunspell --- home/tools/default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/home/tools/default.nix b/home/tools/default.nix index 168ab11..eb93c55 100644 --- a/home/tools/default.nix +++ b/home/tools/default.nix @@ -18,7 +18,9 @@ with pkgs; ]; spelling = [ - (hunspellWithDicts [ hunspellDicts.nb_NO ]) + hunspell + hunspellDicts.en_US + hunspellDicts.nb_NO ]; # terminal = [