picom: use types.lines for extraOptions

This commit is contained in:
Naïm Favier 2022-03-23 20:32:02 +01:00 committed by Robert Helgesson
parent 0cf9dadf5b
commit e2ebc3a3af
No known key found for this signature in database
GPG key ID: 36BDAA14C2797E89

View file

@ -270,7 +270,7 @@ in {
};
extraOptions = mkOption {
type = types.str;
type = types.lines;
default = "";
example = ''
unredir-if-possible = true;