mirror of
https://github.com/larstvei/nix-config.git
synced 2025-08-30 04:40:13 +00:00
Get rid of warning about hunspell
This commit is contained in:
parent
0c178db4a8
commit
f113e4d746
@ -18,7 +18,9 @@ with pkgs;
|
||||
];
|
||||
|
||||
spelling = [
|
||||
(hunspellWithDicts [ hunspellDicts.nb_NO ])
|
||||
hunspell
|
||||
hunspellDicts.en_US
|
||||
hunspellDicts.nb_NO
|
||||
];
|
||||
|
||||
# terminal = [
|
||||
|
Loading…
Reference in New Issue
Block a user