mirror of
https://github.com/nix-community/home-manager
synced 2024-11-27 05:29:46 +01:00
picom: use types.lines for extraOptions
This commit is contained in:
parent
0cf9dadf5b
commit
e2ebc3a3af
1 changed files with 1 additions and 1 deletions
|
@ -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