dotfiles/modules/home-manager/nextcloud.nix
2024-09-15 11:52:31 +02:00

8 lines
108 B
Nix

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