nix/modules/home/programs/nextcloud.nix
2024-06-06 09:43:48 +02:00

9 lines
100 B
Nix

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