3
0
Fork 0
forked from mirrors/nixpkgs

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

View file

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