diff --git a/profiles/nextcloud.nix b/profiles/nextcloud.nix index 515b42a..5283e75 100644 --- a/profiles/nextcloud.nix +++ b/profiles/nextcloud.nix @@ -41,7 +41,7 @@ }; package = pkgs.nextcloud30; extraApps = with config.services.nextcloud.package.packages.apps; { - inherit calendar contacts deck gpoddersync news notes tasks twofactor_webauthn; + inherit bookmarks calendar contacts deck gpoddersync news notes tasks twofactor_webauthn; }; extraAppsEnable = true; settings = {