about summary refs log tree commit diff
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/x220.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/x220.nix b/sys/x220.nix
index d525ae368087..b8b973152f0a 100644
--- a/sys/x220.nix
+++ b/sys/x220.nix
@@ -47,4 +47,6 @@
 
   hardware.opengl.enable = true;
   hardware.opengl.extraPackages = with pkgs; [ libGL ];
+
+  services.evscript.devices = [ "/dev/input/by-path/platform-i8042-serio-0-event-kbd" ];
 }