Unverified Commit dcf8bcf0 authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

nixos/espanso: remove unused wayland option (#339541)

parents cdb52454 526239b1
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -8,7 +8,6 @@ in {
  options = {
    services.espanso = {
      enable = mkEnableOption "Espanso";
      wayland = mkEnableOption "use the Wayland compatible espanso package";
      package = mkPackageOption pkgs "espanso" {
        example = "pkgs.espanso-wayland";
      };