nixfiles/home/libreoffice.nix

10 lines
126 B
Nix

{ config, lib, pkgs, ... }:
{
home.packages = with pkgs; [
libreoffice
hunspell
hunspellDicts.en_GB-ise
];
}