Unverified Commit 3a96597d authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

Merge pull request #317457 from rawkode/fix/espanso-opts

nixos/espanso: fix wayland option
parents 2d49e5c5 f13e08ac
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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";
      };