feat: Added nextcloud client back

This commit is contained in:
uttarayan21
2025-07-08 12:09:26 +05:30
parent 80d025bd7e
commit 6fb5fcdc6a
4 changed files with 12 additions and 14 deletions

10
home/apps/nextcloud.nix Normal file
View File

@@ -0,0 +1,10 @@
{
pkgs,
lib,
...
}: {
services.nextcloud-client = {
enable = true;
startInBackground = true;
};
}