Add aspell

This commit is contained in:
Erwin Boskma 2022-06-28 09:00:27 +02:00
parent 5eb49e6f0b
commit 5567968ac9
Signed by: erwin
GPG key ID: 270B20D17394F7E5

View file

@ -61,7 +61,7 @@ in
nodePackages.bash-language-server
aspell
] ++
(with aspellDicts; [ en en-computers en-science fy nl ]);
(with aspellDicts; [ en en-computers en-science fy nl ]);
};
}