diff options
author | Tim Keller <tjk@tjkeller.xyz> | 2025-08-18 21:34:37 -0500 |
---|---|---|
committer | Tim Keller <tjk@tjkeller.xyz> | 2025-08-18 21:34:37 -0500 |
commit | 566a55a298252bcad37ff15d60bc4afe8cc094f6 (patch) | |
tree | e0f07952c267550a49de897d9c769703c6597ff2 /modules/root | |
parent | f2fbce17f5f51ef1f59a679983a789e79bff6680 (diff) | |
download | nixos-566a55a298252bcad37ff15d60bc4afe8cc094f6.tar.xz nixos-566a55a298252bcad37ff15d60bc4afe8cc094f6.zip |
add hunspell packages for spell checking in libreoffice
Diffstat (limited to 'modules/root')
-rw-r--r-- | modules/root/software/desktop.nix | 2 |
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 |