so much organization

This commit is contained in:
mjallen18
2025-06-29 14:50:34 -05:00
parent ca155505be
commit 532c97cf00
58 changed files with 354 additions and 992 deletions

11
modules/home/office.nix Normal file
View File

@@ -0,0 +1,11 @@
{ ... }:
{
programs.onlyoffice = {
enable = true;
settings = {
UITheme = "theme-contrast-dark";
forcedRtl = false;
maximized = true;
};
};
}