fix:onlyoffice

This commit is contained in:
dichgrem
2025-08-07 13:03:56 +08:00
parent 62fe668348
commit 7e13c50ec4

View File

@@ -1,5 +1,4 @@
{pkgs, ...}: {
home.packages = with pkgs; [
onlyoffice-bin
];
{ lib, ... }: {
programs.onlyoffice.enable = true;
}