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