nix-dotfiles/modules/office.nix

11 lines
194 B
Nix

{pkgs, lib,...}:
with pkgs;
{
home.packages = [
# libreoffice-fresh
onlyoffice-bin
hunspellDicts.en_GB-large
hunspellDicts.en_US-large
hunspellDicts.it_IT
];
}