all repos — archive/nixos-configuration @ 45fcfe8435222078c2153f22b3f32d8bafb94633

Superseded by nixfiles

x250: Use synaptics driver instead of libinput

Alan Pearce
commit

45fcfe8435222078c2153f22b3f32d8bafb94633

parent

da93d42ee1b52155080fd5a46f33e96c7e8346d3

1 file changed, 4 insertions(+), 1 deletion(-)

changed files
M modules/x250.nixmodules/x250.nix
@@ -1,6 +1,9 @@
{ config, pkgs, ... }: -{ boot.extraModulePackages = with config.boot.kernelPackages; [ +{ imports = [ + ./synaptics.nix + ]; + boot.extraModulePackages = with config.boot.kernelPackages; [ acpi_call ];