irssi: use types.lines for extraConfig

main
Naïm Favier 2 years ago committed by Robert Helgesson
parent 6c730bc054
commit 0cf9dadf5b
No known key found for this signature in database
GPG Key ID: 36BDAA14C2797E89
  1. 2
      modules/programs/irssi.nix

@ -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…
Cancel
Save