2022-12-31 05:52:38 -05:00
|
|
|
{ config, lib, ... }:
|
2017-09-03 17:25:33 -04:00
|
|
|
|
|
|
|
{
|
2017-12-24 18:21:05 -05:00
|
|
|
imports = [ ../../common/pc/laptop ];
|
|
|
|
|
2017-12-23 20:20:36 -05:00
|
|
|
hardware.trackpoint.enable = lib.mkDefault true;
|
2019-09-01 11:57:50 -04:00
|
|
|
hardware.trackpoint.emulateWheel = lib.mkDefault config.hardware.trackpoint.enable;
|
2017-12-24 06:17:39 -05:00
|
|
|
|
|
|
|
# Fingerprint reader: login and unlock with fingerprint (if you add one with `fprintd-enroll`)
|
|
|
|
# services.fprintd.enable = true;
|
2017-09-03 17:25:33 -04:00
|
|
|
}
|