Files
nix-config/modules/home/office.nix
2025-06-29 14:50:34 -05:00

11 lines
174 B
Nix

{ ... }:
{
programs.onlyoffice = {
enable = true;
settings = {
UITheme = "theme-contrast-dark";
forcedRtl = false;
maximized = true;
};
};
}