irssi: use types.lines for extraConfig
This commit is contained in:
parent
6c730bc054
commit
0cf9dadf5b
|
@ -155,7 +155,7 @@ in {
|
|||
extraConfig = mkOption {
|
||||
default = "";
|
||||
description = "These lines are appended to the Irssi configuration.";
|
||||
type = types.str;
|
||||
type = types.lines;
|
||||
};
|
||||
|
||||
aliases = mkOption {
|
||||
|
|
Loading…
Reference in a new issue