vscodium, extensions, settings, and all sorts of organizing
This commit is contained in:
11
share/home/office.nix
Normal file
11
share/home/office.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{ ... }:
|
||||
{
|
||||
programs.onlyoffice = {
|
||||
enable = true;
|
||||
settings = {
|
||||
UITheme = "theme-contrast-dark";
|
||||
forcedRtl = false;
|
||||
maximized = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user