nixconf/home-manager/nextcloud.nix

6 lines
113 B
Nix

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