diff options
author | Tim Keller <tjk@tjkeller.xyz> | 2025-08-12 15:42:54 -0500 |
---|---|---|
committer | Tim Keller <tjk@tjkeller.xyz> | 2025-08-12 15:42:54 -0500 |
commit | 8fb702207bade71fb6a6c299b1996840d4a7ec9b (patch) | |
tree | 41a8d3ee726844276271ed5c82b934b4da67e829 | |
parent | d1bfe309993175184c00d22fc116470b7777e947 (diff) | |
download | nixos-master.tar.xz nixos-master.zip |
-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 |