pearOS NiceC0re (Arch-based)

pearOS ships GRUB with os-prober already enabled (GRUB_DISABLE_OS_PROBER=false) and os-prober/ntfs-3g already installed, so detecting Windows and adding it to the boot menu is automatic - you don't need to enable anything manually.

Before installing:

During install (Calamares):

After install:

sudo os-prober
sudo grub-mkconfig -o /boot/grub/grub.cfg

This also works for dual-booting with another Linux distro - os-prober picks those up the same way.