Only an external monitor is detected on Laptop after Update (NVIDIA)

Hi I get the following output:

× optimus-manager.service - Optimus Manager Commands Daemon
     Loaded: loaded (/usr/lib/systemd/system/optimus-manager.service; enabled; vendor preset: disabled)
     Active: failed (Result: exit-code) since Fri 2022-02-25 14:07:00 CET; 20min ago
    Process: 551 ExecStartPre=/usr/bin/python3 -u -m optimus_manager.hooks.pre_daemon_start (code=exited, status=1/FAILURE)
    Process: 592 ExecStartPre=/usr/bin/python3 -u -m optimus_manager.hooks.pre_xorg_start (code=exited, status=1/FAILURE)
    Process: 597 ExecStart=/usr/bin/python3 -u -m optimus_manager.daemon (code=exited, status=1/FAILURE)
    Process: 615 ExecStopPost=/usr/bin/python3 -u -m optimus_manager.hooks.post_daemon_stop (code=exited, status=1/FAILURE)
   Main PID: 597 (code=exited, status=1/FAILURE)
        CPU: 92ms

Feb 25 14:07:00 manjaro systemd[1]: Starting Optimus Manager Commands Daemon...
Feb 25 14:07:00 manjaro python3[551]: /usr/bin/python3: Error while finding module specification for 'optimus_manager.hooks.pre_daemon_start' (ModuleNotFoundError: No module named 'optimus_manager')
Feb 25 14:07:00 manjaro python3[592]: /usr/bin/python3: Error while finding module specification for 'optimus_manager.hooks.pre_xorg_start' (ModuleNotFoundError: No module named 'optimus_manager')
Feb 25 14:07:00 manjaro systemd[1]: Started Optimus Manager Commands Daemon.
Feb 25 14:07:00 manjaro python3[597]: /usr/bin/python3: Error while finding module specification for 'optimus_manager.daemon' (ModuleNotFoundError: No module named 'optimus_manager')
Feb 25 14:07:00 manjaro systemd[1]: optimus-manager.service: Main process exited, code=exited, status=1/FAILURE
Feb 25 14:07:00 manjaro python3[615]: /usr/bin/python3: Error while finding module specification for 'optimus_manager.hooks.post_daemon_stop' (ModuleNotFoundError: No module named 'optimus_manager')
Feb 25 14:07:00 manjaro systemd[1]: optimus-manager.service: Control process exited, code=exited, status=1/FAILURE
Feb 25 14:07:00 manjaro systemd[1]: optimus-manager.service: Failed with result 'exit-code'.


Might it be the case that I have to get it from the AUR? (see Optimus manager doesn't work after upgrade - #28 by linub)