summary refs log tree commit diff
path: root/nixos/modules/services/x11/hardware
diff options
context:
space:
mode:
authorEdmund Wu <fangkazuto@gmail.com>2019-07-10 12:21:22 -0400
committerEdmund Wu <fangkazuto@gmail.com>2019-07-10 12:22:57 -0400
commit7d95bc0c85af1dd3650164757c2e2d511638f459 (patch)
tree2a83e553ae63bd8e809e028281663b4a2aba62b5 /nixos/modules/services/x11/hardware
parent7f8060c07f82f1f006e7c4df8601b9da35492ba9 (diff)
downloadnixpkgs-7d95bc0c85af1dd3650164757c2e2d511638f459.tar
nixpkgs-7d95bc0c85af1dd3650164757c2e2d511638f459.tar.gz
nixpkgs-7d95bc0c85af1dd3650164757c2e2d511638f459.tar.bz2
nixpkgs-7d95bc0c85af1dd3650164757c2e2d511638f459.tar.lz
nixpkgs-7d95bc0c85af1dd3650164757c2e2d511638f459.tar.xz
nixpkgs-7d95bc0c85af1dd3650164757c2e2d511638f459.tar.zst
nixpkgs-7d95bc0c85af1dd3650164757c2e2d511638f459.zip
nixos/libinput: use `types.lines` for additionalOptions
Diffstat (limited to 'nixos/modules/services/x11/hardware')
-rw-r--r--nixos/modules/services/x11/hardware/libinput.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/x11/hardware/libinput.nix b/nixos/modules/services/x11/hardware/libinput.nix
index 58fe702d496..a0a5e265685 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 =
         ''