mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-23 14:03:44 -05:00
Merge pull request #4356 from d1egoaz/patch-1
fix nix aspell installation instructions
This commit is contained in:
@@ -70,10 +70,7 @@ with anything other than =aspell= yet.
|
|||||||
#+BEGIN_SRC nix
|
#+BEGIN_SRC nix
|
||||||
{
|
{
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
aspell
|
(aspellWithDicts (dicts: with dicts; [ en en-computers en-science ]))
|
||||||
aspellDicts.en
|
|
||||||
aspellDicts.en-computers
|
|
||||||
aspellDicts.en-science
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
Reference in New Issue
Block a user