12 lines
134 B
Nix
12 lines
134 B
Nix
{ pkgs, ... }:
|
|
|
|
{
|
|
home.packages = with pkgs; [
|
|
libreoffice
|
|
|
|
hunspell
|
|
hunspellDicts.en_US
|
|
hunspellDicts.nl_NL
|
|
];
|
|
}
|