nixconf/home-manager/nextcloud.nix
2025-06-03 20:33:16 +01:00

7 lines
99 B
Nix

{ ... }:
{
services.nextcloud-client = {
enable = true;
startInBackground = true;
};
}