From 2025985703bad7323016e8bf001f084d6538bc36 Mon Sep 17 00:00:00 2001 From: Ranomier <> Date: Tue, 4 Mar 2025 13:31:17 +0100 Subject: [PATCH] changed hunspell --- modules/software/office/libreoffice.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/software/office/libreoffice.nix b/modules/software/office/libreoffice.nix index 51393d2..3e04503 100644 --- a/modules/software/office/libreoffice.nix +++ b/modules/software/office/libreoffice.nix @@ -2,7 +2,7 @@ environment.systemPackages = with pkgs; [ libreoffice hunspell - hunspellDicts.en_UK + hunspellDicts.en_GB-large hunspellDicts.de_DE ]; }