Find the current launcher using the following command:
adb shell cmd shortcut get-default-launcher
Setting the new launcher requires you to install the new launcher and then run
adb shell cmd package set-home-activity “your.package/.YourLauncherActivity”
Replace the your.package/.YourLauncherActivity with the actual launcher package name