Using Espanso on Wayland NixOS

OK. I had to restart for things to work.

1 Like

The port to NixOS 25.11 is working. But Espanso is not always working after computer sleep on my machine. I had to restart it to make it work again.

Are you also experiencing this problem?

I created a service to restart Espanso after sleep. It works with dbus so it depends on Gnome.


services.espanso = {
      enable = true;
      package = pkgs-unstable.espanso-wayland;
    };

on Niri, but nothing triggers :-/

EDIT: just found out that on wayland, need to set the layout if non-US and I’m not US ^^ it works now