{ povSelf, config, lib, ... }: let inherit (lib) types; cfg = lib.getAttrFromPath povSelf config; in { option = { type = types.nullOr ( types.enum [ "gnomeMinimal" "niri" ] ); default = null; }; }