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

My bad!

Co-authored-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
Aguirre Matteo 2025-03-20 15:06:55 +00:00 committed by GitHub
parent fd9f3e0d8f
commit 22ecde0d74
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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; };