all repos — nixfiles @ 45fcfe8435222078c2153f22b3f32d8bafb94633

System and user configuration, managed by nix and home-manager

x250: Use synaptics driver instead of libinput

Alan Pearce
commit

45fcfe8435222078c2153f22b3f32d8bafb94633

parent

da93d42ee1b52155080fd5a46f33e96c7e8346d3

1 file changed, 2 insertions(+), 2 deletions(-)

changed files
M modules/laptop.nixmodules/laptop.nix
@@ -1,4 +1,4 @@
-{ config, pkgs, ... }: +{ config, pkgs, lib, ... }: { boot.kernelModules = [ "coretemp" ]; boot.extraModulePackages = with config.boot.kernelPackages; [
@@ -62,7 +62,7 @@ '';
services.xserver = { libinput = { - enable = true; + enable = lib.mkDefault true; naturalScrolling = true; disableWhileTyping = true; };