1
0
Fork 0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-10-01 10:37:23 +02:00
nixos-hardware/lenovo/general.nix

11 lines
115 B
Nix
Raw Normal View History

{ lib, ... }:
with lib;
{
hardware.trackpoint = mkDefault {
enable = true;
emulateWheel = true;
};
}