nixconf/home-manager/nextcloud.nix

7 lines
113 B
Nix

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