10 lines
208 B
Nix
10 lines
208 B
Nix
{ pkgs, ... }: {
|
|
home.packages = with pkgs.unstable; [
|
|
libreoffice-fresh
|
|
# onlyoffice-bin
|
|
hunspellDicts.en_GB-large
|
|
hunspellDicts.en_US-large
|
|
hunspellDicts.it_IT
|
|
hunspell.bin
|
|
];
|
|
}
|