mirror of
https://github.com/nix-community/home-manager.git
synced 2025-03-31 04:04:32 +00:00
Update modules/programs/onlyoffice.nix
My bad! Co-authored-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
parent
fd9f3e0d8f
commit
22ecde0d74
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ in {
|
|||
meta.maintainers = with lib.hm.maintainers; [ aguirre-matteo ];
|
||||
|
||||
options.programs.onlyoffice = {
|
||||
enable = mkEnableOption "distrobox";
|
||||
enable = mkEnableOption "onlyoffice";
|
||||
|
||||
package =
|
||||
mkPackageOption pkgs "onlyoffice-desktopeditors" { nullable = true; };
|
||||
|
|
Loading…
Add table
Reference in a new issue