change type of extraParams from str to anything
This commit is contained in:
parent
d2a9a9a8cf
commit
a43abfdf0c
@ -90,7 +90,7 @@ in
|
||||
default = "solarized-dark";
|
||||
};
|
||||
extraParams = mkOption {
|
||||
type = attrsOf str;
|
||||
type = attrsOf anything;
|
||||
default = {};
|
||||
};
|
||||
defaultTemplateType = mkOption {
|
||||
|
Loading…
x
Reference in New Issue
Block a user