feat(terminal): nextcloud client for file syncing

This commit is contained in:
Guz
2026-03-24 14:26:45 -03:00
parent de4c7c33d8
commit 5b275d78e2

View File

@@ -133,4 +133,8 @@ with lib; {
name = "FiraCode Nerd Font";
};
};
# Nextcloud
services.nextcloud-client.enable = true;
services.nextcloud-client.startInBackground = true;
}