1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-03-31 04:04:32 +00:00

Update modules/programs/onlyoffice.nix

Co-authored-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
Aguirre Matteo 2025-03-20 10:09:40 +00:00 committed by Aguirre Matteo
parent 4255b3cef7
commit 7d9b454224

View file

@ -19,7 +19,7 @@ in {
options.programs.onlyoffice = {
enable = mkEnableOption "distrobox";
package = mkPackageOption pkgs "onlyoffice-desktopeditors" { };
package = mkPackageOption pkgs "onlyoffice-desktopeditors" { nullable = true; };
settings = mkOption {
type = with types; attrsOf (either bool str);