This commit is contained in:
atagen 2024-12-05 14:44:23 +11:00
parent 0643f80481
commit dbae543df3

View File

@ -16,7 +16,7 @@ in {
};
palette = mkOption {
type = with types; listOf str;
default = null;
default = [];
description = "palette to use in comma separated RGB hex eg. #0f0f0f";
};
};