From e2ebc3a3af4d6a942cea2d7d5fe46d56edcecc8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Na=C3=AFm=20Favier?= Date: Wed, 23 Mar 2022 20:32:02 +0100 Subject: [PATCH] picom: use types.lines for extraOptions --- modules/services/picom.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/services/picom.nix b/modules/services/picom.nix index 280a2a21..d4702d3e 100644 --- a/modules/services/picom.nix +++ b/modules/services/picom.nix @@ -270,7 +270,7 @@ in { }; extraOptions = mkOption { - type = types.str; + type = types.lines; default = ""; example = '' unredir-if-possible = true;