{ pkgs, ... }:
{
#services.nextcloud-client = {
# enable = true;
# startInBackground = true;
#};
home.packages = with pkgs; [
bitwarden
zotero
];
}