add tasks to nextcloud

This commit is contained in:
Grimmauld 2024-05-29 09:54:13 +02:00
parent 9bfa21d6ea
commit cb3fc78351
2 changed files with 2 additions and 1 deletions

View File

@ -46,6 +46,7 @@ in
hyfetch hyfetch
btop btop
eza eza
starship
unzip unzip
p7zip p7zip

View File

@ -51,7 +51,7 @@ in
caching.redis = true; caching.redis = true;
extraApps = { extraApps = {
inherit (config.services.nextcloud.package.packages.apps) calendar; inherit (config.services.nextcloud.package.packages.apps) calendar tasks;
}; };
config = { config = {