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

7 lines
97 B
Nix

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