picom: use types.lines for extraOptions
This commit is contained in:
parent
0cf9dadf5b
commit
e2ebc3a3af
|
@ -270,7 +270,7 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
extraOptions = mkOption {
|
extraOptions = mkOption {
|
||||||
type = types.str;
|
type = types.lines;
|
||||||
default = "";
|
default = "";
|
||||||
example = ''
|
example = ''
|
||||||
unredir-if-possible = true;
|
unredir-if-possible = true;
|
||||||
|
|
Loading…
Reference in a new issue