nixos/home/gui/nextcloud-client.nix

7 lines
97 B
Nix
Raw Normal View History

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