dotfiles/modules/home-manager/nextcloud.nix
2024-09-22 11:48:49 +02:00

6 lines
97 B
Nix

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