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

View File

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