nix/option/Wayland.nix

7 lines
88 B
Nix

{
lib,
...
}: {
options.module.wayland.enable = lib.mkEnableOption "the wayland.";
}