mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
nixos/espanso: remove unused wayland option (#339541)
This commit is contained in:
commit
dcf8bcf0b5
1 changed files with 0 additions and 1 deletions
|
@ -8,7 +8,6 @@ in {
|
||||||
options = {
|
options = {
|
||||||
services.espanso = {
|
services.espanso = {
|
||||||
enable = mkEnableOption "Espanso";
|
enable = mkEnableOption "Espanso";
|
||||||
wayland = mkEnableOption "use the Wayland compatible espanso package";
|
|
||||||
package = mkPackageOption pkgs "espanso" {
|
package = mkPackageOption pkgs "espanso" {
|
||||||
example = "pkgs.espanso-wayland";
|
example = "pkgs.espanso-wayland";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue