{ config, lib, ... }:
{
options.look.border = lib.mkOption {
type = lib.types.attrs;
};
config.look.border = rec {
int = 3;
string = toString int;
}