Files
home-manager/programs/libreoffice.nix
2026-02-07 11:38:04 +01:00

12 lines
134 B
Nix

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