aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--oni/home/config/pop-os.scm7
1 files changed, 6 insertions, 1 deletions
diff --git a/oni/home/config/pop-os.scm b/oni/home/config/pop-os.scm
index a69a1ef..fc4f755 100644
--- a/oni/home/config/pop-os.scm
+++ b/oni/home/config/pop-os.scm
@@ -12,6 +12,9 @@
emacs-deft
emacs-dashboard
emacs-typescript-mode))
+ #:use-module ((gnu packages hunspell)
+ #:select (hunspell
+ hunspell-dict-en-ca))
#:use-module ((gnu services)
#:select (service))
#:use-module ((guix gexp)
@@ -130,7 +133,9 @@
emacs-flycheck-phpstan
emacs-indexed
emacs-typescript-mode
- emacs-oni-js))
+ emacs-oni-js
+ hunspell
+ hunspell-dict-en-ca))
(services (list home-channels-service
home-dunst-default-service
home-environment-service