office suite

This commit is contained in:
Odweta
2026-01-19 15:20:37 +01:00
parent eabf2430a3
commit 02a759090f
+9
View File
@@ -0,0 +1,9 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [
libreoffice-still-unwrapped
hunspell
hunspellDicts.cs_CZ
];
}