summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Keller <tjk@tjkeller.xyz>2025-08-12 15:42:54 -0500
committerTim Keller <tjk@tjkeller.xyz>2025-08-12 15:42:54 -0500
commit8fb702207bade71fb6a6c299b1996840d4a7ec9b (patch)
tree41a8d3ee726844276271ed5c82b934b4da67e829
parentd1bfe309993175184c00d22fc116470b7777e947 (diff)
downloadnixos-master.tar.xz
nixos-master.zip
add hunspell packages for spell checking in libreofficeHEADmaster
-rw-r--r--modules/root/software/desktop.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/root/software/desktop.nix b/modules/root/software/desktop.nix
index b8cd1e7..4dcb215 100644
--- a/modules/root/software/desktop.nix
+++ b/modules/root/software/desktop.nix
@@ -53,6 +53,8 @@
inkscape
] ++ pkgs.lib.optionals config.software.desktop.office.enable [
# Office
+ hunspell # Spell checking in libreoffice
+ hunspellDicts.en_US
kdePackages.okular
libreoffice
pdfchain