{ config, lib, options, ... }: { imports = [ ./hyprland.nix ]; options.desktops.enable = lib.mkOption { description = "Which desktop setup to enable"; default = null; type = with lib.types; nullOr (enum [ ]); }; }