office: separated into new file

This commit is contained in:
2026-05-17 12:08:50 +02:00
parent 1396e3df75
commit 63287b1c43
2 changed files with 11 additions and 3 deletions
+10
View File
@@ -0,0 +1,10 @@
{
pkgs,
...
}:
{
environment.systemPackages = with pkgs; [
libreoffice
birdtray
];
}