mirror of
https://github.com/nix-community/home-manager
synced 2024-11-23 11:39: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 {
|
||||
type = types.str;
|
||||
type = types.lines;
|
||||
default = "";
|
||||
example = ''
|
||||
unredir-if-possible = true;
|
||||
|
|
Loading…
Reference in a new issue