compton: change extraOptions type to types.lines

This commit is contained in:
Shaun Ren
2017-11-05 20:23:44 +09:00
parent 84ad480e0c
commit eca212741e
+1 -1
View File
@@ -221,7 +221,7 @@ in {
}; };
extraOptions = mkOption { extraOptions = mkOption {
type = types.str; type = types.lines;
default = ""; default = "";
example = '' example = ''
unredir-if-possible = true; unredir-if-possible = true;