mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-08 19:08:49 +08:00
Initialize general.nix; merge defaults into all ThinkPad configurations
This commit is contained in:
10
lenovo/general.nix
Normal file
10
lenovo/general.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{ lib, ... }:
|
||||
|
||||
with lib;
|
||||
|
||||
{
|
||||
hardware.trackpoint = mkDefault {
|
||||
enable = true;
|
||||
emulateWheel = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user