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