nix/option/Wayland.nix

5 lines
87 B
Nix
Raw Normal View History

{ lib, ... }:
2024-11-16 04:43:59 +03:00
{
options.module.wayland.enable = lib.mkEnableOption "the wayland.";
2024-11-16 04:43:59 +03:00
}