Files
dotfiles/home/apps/nextcloud.nix
2025-07-08 12:09:26 +05:30

11 lines
116 B
Nix

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