feat(applications): add libreoffice

This commit is contained in:
Michael Thomas 2024-06-26 18:51:45 -04:00
parent 6fd64b0a68
commit 8463239b39

View File

@ -0,0 +1,8 @@
{pkgs, ...}: {
environment.systemPackages = with pkgs; [
libreoffice-qt
hunspell
hunspellDicts.uk_UA
hunspellDicts.th_TH
];
}