mirror of
https://github.com/nix-community/home-manager
synced 2024-11-10 15:14:26 +00:00
irssi: use types.lines for extraConfig
This commit is contained in:
parent
6c730bc054
commit
0cf9dadf5b
1 changed files with 1 additions and 1 deletions
|
@ -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