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