From 7d95bc0c85af1dd3650164757c2e2d511638f459 Mon Sep 17 00:00:00 2001 From: Edmund Wu Date: Wed, 10 Jul 2019 12:21:22 -0400 Subject: [PATCH] nixos/libinput: use `types.lines` for additionalOptions --- nixos/modules/services/x11/hardware/libinput.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/x11/hardware/libinput.nix b/nixos/modules/services/x11/hardware/libinput.nix index 58fe702d4969..a0a5e2656852 100644 --- a/nixos/modules/services/x11/hardware/libinput.nix +++ b/nixos/modules/services/x11/hardware/libinput.nix @@ -178,7 +178,7 @@ in { }; additionalOptions = mkOption { - type = types.str; + type = types.lines; default = ""; example = ''