diff options
author | EuAndreh <eu@euandre.org> | 2018-12-22 18:20:48 -0200 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2018-12-22 18:20:48 -0200 |
commit | 58eb3754ce258a7a1fe2f8d399aa15310e92c8ec (patch) | |
tree | e3b257ef05fbe440cddf189dbecacb1a171d6729 | |
parent | Remove autotime script. (diff) | |
download | dotfiles-58eb3754ce258a7a1fe2f8d399aa15310e92c8ec.tar.gz dotfiles-58eb3754ce258a7a1fe2f8d399aa15310e92c8ec.tar.xz |
Install languagetool package.
-rw-r--r-- | nixos/configuration.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/configuration.nix b/nixos/configuration.nix index f9137c1..36e2cb1 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -196,6 +196,7 @@ ## Spell checking (aspellWithDicts (ps : with ps; [ en eo fr pt_BR ])) + languagetool ## NixOS |