From 0221c50c38c44f4039465844c479cfc89a64c5e8 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 21 Feb 2022 13:36:58 -0800 Subject: emacs: add aspell and dictionaries --- users/fcuny/desktop/emacs.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'users/fcuny/desktop/emacs.nix') 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 ]; } -- cgit v1.2.3