Get rid of warning about hunspell

This commit is contained in:
larstvei 2025-08-24 18:41:50 +02:00
parent 0c178db4a8
commit f113e4d746

View File

@ -18,7 +18,9 @@ with pkgs;
];
spelling = [
(hunspellWithDicts [ hunspellDicts.nb_NO ])
hunspell
hunspellDicts.en_US
hunspellDicts.nb_NO
];
# terminal = [