Files
nix-config/systems/modules/home/programs/libreoffice.nix

12 lines
134 B
Nix

{ pkgs, ... }:
{
home.packages = with pkgs; [
libreoffice
hunspell
hunspellDicts.en_US
hunspellDicts.nl_NL
];
}