libreoffice

This commit is contained in:
2026-03-10 20:25:07 +01:00
parent 6edc8ea618
commit ad7bb3eba2
2 changed files with 8 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
{ ... }: {
flake.nixosModules.apps-sys-libreoffice = { pkgs, ... }: {
environment.systemPackages = with pkgs; [
libreoffice-fresh
];
};
}