jan 04 01:14:34 pierre-nixos .espanso-wrapped[232277]: 01:14:34 [daemon(232277)] [ERROR] received unexpected exit code from worker 101, exiting
jan 04 01:14:34 pierre-nixos .espanso-wrapped[232270]: thread 'main' panicked at espanso/src/cli/launcher/mod.rs:213:45:
jan 04 01:14:34 pierre-nixos .espanso-wrapped[232270]: failed to launch daemon: unexpected error, 'espanso daemon' returned a non-zero exit code.
jan 04 01:14:34 pierre-nixos .espanso-wrapped[232270]: note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
jan 04 01:14:34 pierre-nixos systemd[159755]: espanso.service: Main process exited, code=exited, status=101/n/a
jan 04 01:14:34 pierre-nixos systemd[159755]: espanso.service: Failed with result 'exit-code'.
But I have no mention of Espando in my configuration, and I am unable to find Espando in my list of services.
I don’t know where this is coming from.
Can you please help me find a way to uninstall it?
I could not find any dependencies declared in the nixpkgs tree. Could you find the binary of it? (if it’s in your path, you can use realpath $(which espanso), otherwise check the systemd service definition via systemctl status)
Then you can call nix why-depends /run/current-system $binarypath to see the dependency brings it in afaik.