From fb4f531bb1334da3911ee0e2ac3d4fd2708fe19f Mon Sep 17 00:00:00 2001 From: Ranomier <> Date: Sat, 1 Mar 2025 20:35:27 +0100 Subject: [PATCH] libreoffice spelling --- 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 ]; }