4 lines
101 B
Nix
4 lines
101 B
Nix
{ pkgs, ... }: {
|
|
programs.onlyoffice = pkgs.lib.mkIf (!pkgs.stdenv.isDarwin) { enable = true; };
|
|
}
|