nix-dotfiles/home_manager/modules/office.nix

10 lines
182 B
Nix

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