Introduce the critpath package lists for f33 and f34.
Based on https://fedoraproject.org/wiki/Critical_path_package
Here's how the lists were constructed:
for i in base gnome apps kde lxde xfce; do
dnf -q group info critical-path-$i
done |\
fgrep -v -e 'Packages:' -e 'Description:' -e 'Group:' |\
sort -u