nixos/home/gui/nextcloud-client.nix

7 lines
97 B
Nix

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