{ lib, ... }: { options = { desktop.enable = lib.mkOption { default = false; type = lib.types.bool; }; server.enable = lib.mkOption { default = false; type = lib.types.bool; }; }; }