10 lines
125 B
Nix
10 lines
125 B
Nix
{ pkgs, ... }:
|
|
|
|
{
|
|
home.packages = with pkgs; [
|
|
libreoffice-still-unwrapped
|
|
hunspell
|
|
hunspellDicts.cs_CZ
|
|
];
|
|
}
|