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