From eca212741eb9dad7f2e5187c02077d40dd60bc05 Mon Sep 17 00:00:00 2001 From: Shaun Ren Date: Fri, 27 Oct 2017 19:29:18 +0900 Subject: [PATCH] compton: change extraOptions type to types.lines --- nixos/modules/services/x11/compton.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/x11/compton.nix b/nixos/modules/services/x11/compton.nix index 8701354b528..11cbcac6fa8 100644 --- a/nixos/modules/services/x11/compton.nix +++ b/nixos/modules/services/x11/compton.nix @@ -221,7 +221,7 @@ in { }; extraOptions = mkOption { - type = types.str; + type = types.lines; default = ""; example = '' unredir-if-possible = true;