This commit is contained in:
Louis Dalibard 2024-12-24 16:08:09 +01:00
parent 870c6176c6
commit b24763471f

View File

@ -44,14 +44,14 @@ in {
primaryScale = {
dark = lib.mkOption {
type = lib.types.number;
type = lib.types.float;
default = 1;
description = ''
Use this option to scale color values for the generated light theme.
'';
};
light = lib.mkOption {
type = lib.types.number;
type = lib.types.float;
default = 1;
description = ''
Use this option to scale color values for the generated light theme.