{ config, lib, ... }: with lib; { options = { confctl = { list.columns = mkOption { type = types.listOf types.str; default = [ "name" "spin" "host.fqdn" ]; description = '' Configure which columns should confctl ls show. Names correspond to options within cluster.<name> module. ''; }; }; }; }