Skip to content

Commit

Permalink
nixos/espanso: remove unused wayland option
Browse files Browse the repository at this point in the history
This option is unused in the module.

As discussed in #317457 and
#285138 (comment)
users should just set the `package` option.
  • Loading branch information
n8henrie committed Sep 4, 2024
1 parent e67ccb0 commit 526239b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nixos/modules/services/desktops/espanso.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
};
Expand Down

0 comments on commit 526239b

Please sign in to comment.