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