fix
This commit is contained in:
@@ -99,7 +99,7 @@ let
|
|||||||
options = {
|
options = {
|
||||||
slug = mkOption { type = types.str; };
|
slug = mkOption { type = types.str; };
|
||||||
name = mkOption { type = types.str; };
|
name = mkOption { type = types.str; };
|
||||||
palette = mkOption { type = types.attrsOf types.str; };
|
palette = mkOption { type = types.attrs; default = {}; };
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
default = (import ../colors {}).colorScheme;
|
default = (import ../colors {}).colorScheme;
|
||||||
|
|||||||
Reference in New Issue
Block a user