nixos/espanso: fix wayland option

Co-authored-by: Aleksana <alexander.huang.y@gmail.com>
This commit is contained in:
David Flanagan 2024-06-05 14:37:03 +01:00
parent d2d3d19d7a
commit f13e08ac0e
No known key found for this signature in database

View File

@ -8,6 +8,7 @@ in {
options = {
services.espanso = {
enable = mkEnableOption "Espanso";
wayland = mkEnableOption "use the Wayland compatible espanso package";
package = mkPackageOption pkgs "espanso" {
example = "pkgs.espanso-wayland";
};