1 2 3 4 5 6
{ config, lib, options, ... }: { options.desktops = { enable = lib.mkOption { type = with lib.types; nullOr (enum [ "hyprland" ]); }; }; }