mirror of
				https://github.com/NixOS/nixos-hardware.git
				synced 2025-11-04 17:27:14 +08:00 
			
		
		
		
	thinkpad: emulate wheel for a trackpoint by default
Most trackpoint users I know use the middle-button to have some scrolling functionality. So I think that for ThinkPads at least we should have this enabled by default if the trackpoint shall be used.
This commit is contained in:
		@@ -1,9 +1,10 @@
 | 
			
		||||
{ lib, pkgs, ... }:
 | 
			
		||||
{ config, lib, pkgs, ... }:
 | 
			
		||||
 | 
			
		||||
{
 | 
			
		||||
  imports = [ ../../common/pc/laptop ];
 | 
			
		||||
 | 
			
		||||
  hardware.trackpoint.enable = lib.mkDefault true;
 | 
			
		||||
  hardware.trackpoint.emulateWheel = lib.mkDefault config.hardware.trackpoint.enable;
 | 
			
		||||
 | 
			
		||||
  # Fingerprint reader: login and unlock with fingerprint (if you add one with `fprintd-enroll`)
 | 
			
		||||
  # services.fprintd.enable = true;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user