From 879909008bb6ab3a9746011e5eccd44b767753f5 Mon Sep 17 00:00:00 2001 From: Victor Mignot Date: Thu, 11 Apr 2024 22:35:44 +0200 Subject: [PATCH] Format --- configurations/camelot/nextcloud.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/configurations/camelot/nextcloud.nix b/configurations/camelot/nextcloud.nix index e0580fe..e8e4e76 100644 --- a/configurations/camelot/nextcloud.nix +++ b/configurations/camelot/nextcloud.nix @@ -13,7 +13,12 @@ extraAppsEnable = true; extraApps = { - inherit (config.services.nextcloud.package.packages.apps) calendar cospend twofactor_webauthn deck; + inherit (config.services.nextcloud.package.packages.apps) + calendar + cospend + twofactor_webauthn + deck + ; }; database.createLocally = true;