irssi: use types.lines for extraConfig

This commit is contained in:
Naïm Favier 2022-03-23 20:31:24 +01:00 committed by Robert Helgesson
parent 6c730bc054
commit 0cf9dadf5b
No known key found for this signature in database
GPG key ID: 36BDAA14C2797E89

View file

@ -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 {