dotfiles/home-manager/modules/nextcloud.nix
2024-10-06 15:25:05 -05:00

6 lines
90 B
Nix
Executable file

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