nixos-config/modules/home/libreoffice.nix

10 lines
158 B
Nix

{pkgs, ...}: {
home.packages = with pkgs; [
libreoffice
hunspell
hunspellDicts.en_US
hunspellDicts.en_GB-ise
hunspellDicts.es_ES
];
}