Init Config
This commit is contained in:
4
home/onlyoffice.nix
Normal file
4
home/onlyoffice.nix
Normal file
@@ -0,0 +1,4 @@
|
||||
{ pkgs, ... }: {
|
||||
programs.onlyoffice =
|
||||
pkgs.lib.mkIf (!pkgs.stdenv.isDarwin) { enable = true; };
|
||||
}
|
||||
Reference in New Issue
Block a user