dotfiles/home/modules/nextcloud.nix

7 lines
90 B
Nix
Raw Normal View History

2024-10-06 15:25:05 -05:00
{
services.nextcloud-client = {
enable = true;
startInBackground = true;
};
}