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