NixToSee/modules/software/office/libreoffice.nix
2025-02-22 21:28:43 +01:00

8 lines
143 B
Nix

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