Using Espanso on Wayland NixOS

There are two relevant nixpkgs PRs that have been merged this week. It should not require any workarounds or manual action anymore. The only required config going forward is

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

The PRs are:

2 Likes