nix-dotfiles/hm_modules/office.nix
2022-12-12 21:25:26 +01:00

10 lines
199 B
Nix

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