Merge pull request #31252 from shaunren/compton

compton: change extraOptions type to types.lines
This commit is contained in:
Renaud
2017-11-07 23:10:41 +01:00
committed by GitHub
+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;