add(apps): libreoffice

This commit is contained in:
kenji
2026-01-20 10:27:44 -06:00
parent 8a7b475562
commit 5bb996c93f
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
{pkgs, ...}: {
home.packages = with pkgs; [
libreoffice-fresh
];
}