fixes
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
{ lib, system, ... }:
|
||||
{ lib, system, hasDestopEnvironment, ... }:
|
||||
let
|
||||
isArm = builtins.match "aarch64*" system != null;
|
||||
in
|
||||
{
|
||||
programs.onlyoffice = {
|
||||
enable = lib.mkDefault (!isArm);
|
||||
enable = lib.mkDefault (!isArm && hasDestopEnvironment);
|
||||
settings = {
|
||||
UITheme = "theme-contrast-dark";
|
||||
forcedRtl = false;
|
||||
|
||||
Reference in New Issue
Block a user