aboutsummaryrefslogtreecommitdiff
path: root/users/fcuny/desktop/emacs.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/fcuny/desktop/emacs.nix')
-rw-r--r--users/fcuny/desktop/emacs.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/users/fcuny/desktop/emacs.nix b/users/fcuny/desktop/emacs.nix
index 67cf61c..ac72278 100644
--- a/users/fcuny/desktop/emacs.nix
+++ b/users/fcuny/desktop/emacs.nix
@@ -3,5 +3,9 @@
{
home.packages = with pkgs; [
emacsPgtkGcc
+ aspell
+ aspellDicts.en
+ aspellDicts.en-science
+ aspellDicts.en-computers
];
}