forked from mirrors/nixpkgs
compton: change extraOptions type to types.lines
This commit is contained in:
parent
84ad480e0c
commit
eca212741e
|
@ -221,7 +221,7 @@ in {
|
|||
};
|
||||
|
||||
extraOptions = mkOption {
|
||||
type = types.str;
|
||||
type = types.lines;
|
||||
default = "";
|
||||
example = ''
|
||||
unredir-if-possible = true;
|
||||
|
|
Loading…
Reference in a new issue