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
commit 792dc7a859
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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