NixToSee/modules/software/office/libreoffice.nix
2025-03-04 13:36:19 +01:00

8 lines
149 B
Nix

{pkgs, ...}: {
environment.systemPackages = with pkgs; [
libreoffice
hunspell
hunspellDicts.en_GB-large
hunspellDicts.de_DE
];
}