{ pkgs, ... }: { environment.systemPackages = with pkgs; [ nextcloud-client ]; environment.variables = { }; }