How to use kaccounts

Good evening, I have tried to link google and nextcloud accounts for storage by kaccounts and I have not been able to. I could make them work separately (nextcloud with webdev and google with gdrive) but I do not consider it practical and I would like to know if there is a way to make kaccounts work.

My packages in configuration.nix

  environment.systemPackages = with pkgs; [
    ..
    ..
    plasma5Packages.kio-gdrive
    libsForQt5.kaccounts-integration
    libsForQt5.kaccounts-providers
    ..
    ..
  ];

Thank you very much for reading me.

1 Like