Update system packages and home configuration
This commit is contained in:
13
modules/home/onlyoffice.nix
Normal file
13
modules/home/onlyoffice.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
programs.onlyoffice = {
|
||||
enable = true;
|
||||
package = pkgs.onlyoffice-desktopeditors;
|
||||
settings = {
|
||||
UITheme = "theme-night";
|
||||
editorWindowMode = false;
|
||||
position = "@Rect(10 50 1900 1020)";
|
||||
titlebar = "custom";
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user