compton: change extraOptions type to types.lines
This commit is contained in:
parent
84ad480e0c
commit
eca212741e
@ -221,7 +221,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…
x
Reference in New Issue
Block a user