Setup jinx dictionaries, and some refactoring
This commit is contained in:
parent
c5c0523606
commit
a92673b727
3 changed files with 26 additions and 10 deletions
|
|
@ -13,6 +13,13 @@ let
|
|||
};
|
||||
in
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
enchant
|
||||
hunspell
|
||||
hunspellDicts.de_DE
|
||||
hunspellDicts.en_US
|
||||
];
|
||||
|
||||
home.file =
|
||||
(lib.mapAttrs'
|
||||
(language: grammar:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue