some changes

This commit is contained in:
tx0 2025-03-08 10:30:01 +05:00
parent 5d867a0459
commit ad750ec7a9

View file

@ -20,7 +20,13 @@ in {
};
base16Scheme = mkOption {
type = types.str;
type = with lib.types;
oneOf [
path
lines
attrs
];
default = config.stylix.generated.palette;
};
};