From 6215208aa861be9a7f63c209fdbd1eff74b9f95e Mon Sep 17 00:00:00 2001 From: Kleidi Bujari Date: Sun, 31 Aug 2025 20:11:00 -0700 Subject: enable spellcheckers and add common dictionaries --- modules/desktop.nix | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'modules') diff --git a/modules/desktop.nix b/modules/desktop.nix index 8f32f43..ce79f14 100644 --- a/modules/desktop.nix +++ b/modules/desktop.nix @@ -23,6 +23,15 @@ in xwayland-satellite zathura + # Spell checking + aspell + aspellDicts.en + aspellDicts.en-science + aspellDicts.en-computers + + hunspell + hunspellDicts.en-us + ((emacsPackagesFor emacs-pgtk).emacsWithPackages (epkgs: [ epkgs.mu4e epkgs.treesit-grammars.with-all-grammars -- cgit v1.3.1