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:
parent
4255b3cef7
commit
7d9b454224
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue