change type of extraParams from str to anything

This commit is contained in:
Dmitriy Kholkin 2021-02-08 22:53:32 +03:00
parent d2a9a9a8cf
commit a43abfdf0c
Signed by: AtaraxiaDev
GPG Key ID: FD266B810DF48DF2

View File

@ -90,7 +90,7 @@ in
default = "solarized-dark";
};
extraParams = mkOption {
type = attrsOf str;
type = attrsOf anything;
default = {};
};
defaultTemplateType = mkOption {