compton: change extraOptions type to types.lines

This commit is contained in:
Shaun Ren 2017-10-27 19:29:18 +09:00
parent 84ad480e0c
commit eca212741e
1 changed files with 1 additions and 1 deletions

View File

@ -221,7 +221,7 @@ in {
};
extraOptions = mkOption {
type = types.str;
type = types.lines;
default = "";
example = ''
unredir-if-possible = true;