x250: Use synaptics driver instead of libinput
1 file changed, 4 insertions(+), 1 deletion(-)
changed files
M modules/x250.nix → modules/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 ];