Files
nix-config/home/programs/libreoffice.nix
2026-03-16 21:14:43 +01:00

12 lines
134 B
Nix

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